diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-26 17:38:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-26 17:38:55 +0000 |
commit | d5b86cb31b76110c499831fd59bc7b3ec493b2a4 (patch) | |
tree | b1194dfa85121322a17fe0b7bd911bc91de12bf7 /devel | |
parent | 5b1658080b7fa22c16bcaeb4bdd88ca2920a1661 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsmraw/Makefile | 3 | ||||
-rw-r--r-- | devel/libsmraw/distinfo | 4 | ||||
-rw-r--r-- | devel/libsmraw/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/libsmraw/Makefile b/devel/libsmraw/Makefile index 7466f413bffa..66b06f60c5e8 100644 --- a/devel/libsmraw/Makefile +++ b/devel/libsmraw/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= libsmraw -DISTVERSION= alpha-20141022 +DISTVERSION= alpha-20141026 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSRml2cndCelp2R3M/ \ + https://github.com/libyal/libsmraw/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org diff --git a/devel/libsmraw/distinfo b/devel/libsmraw/distinfo index fcddb787a5f1..1cc03ee2c4e2 100644 --- a/devel/libsmraw/distinfo +++ b/devel/libsmraw/distinfo @@ -1,2 +1,2 @@ -SHA256 (libsmraw-alpha-20141022.tar.gz) = 5b95116071214c541787591f55d4bf4047ed67a0b24b47b2628a38b9f57ac1b0 -SIZE (libsmraw-alpha-20141022.tar.gz) = 1461167 +SHA256 (libsmraw-alpha-20141026.tar.gz) = 4de15fc80e33e0c58b729b62bea2a29eaf360ea6f25f2b1b3b12e388b9f9ba35 +SIZE (libsmraw-alpha-20141026.tar.gz) = 1461180 diff --git a/devel/libsmraw/pkg-descr b/devel/libsmraw/pkg-descr index 395cceaedb71..86a68937339b 100644 --- a/devel/libsmraw/pkg-descr +++ b/devel/libsmraw/pkg-descr @@ -1,3 +1,3 @@ Library and tools to access the (split) RAW image format. -WWW: http://code.google.com/p/libsmraw/ +WWW: https://github.com/libyal/libsmraw |