diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-01 23:09:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-01 23:09:46 +0000 |
commit | bc2160fd18c2f92679f6ce63f8d62ae8db73eead (patch) | |
tree | b80e565fcf84b11d7a0168f239f15cae3caadc9e | |
parent | 1464c30e05f5f2f152abeae6f437801bbdd69878 (diff) | |
download | ports-bc2160fd18c2f92679f6ce63f8d62ae8db73eead.tar.gz ports-bc2160fd18c2f92679f6ce63f8d62ae8db73eead.zip |
Notes
-rw-r--r-- | devel/liblnk/Makefile | 3 | ||||
-rw-r--r-- | devel/liblnk/distinfo | 4 | ||||
-rw-r--r-- | devel/liblnk/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/liblnk/Makefile b/devel/liblnk/Makefile index a4826ce2e250..bdedcb97f981 100644 --- a/devel/liblnk/Makefile +++ b/devel/liblnk/Makefile @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= liblnk -PORTVERSION= 20140905 +PORTVERSION= 20141026 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSQmluVC1YeDVvZWM/ \ + https://github.com/libyal/liblnk/releases/download/${PORTVERSION}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org diff --git a/devel/liblnk/distinfo b/devel/liblnk/distinfo index 568d33aa5f69..145706e02fb1 100644 --- a/devel/liblnk/distinfo +++ b/devel/liblnk/distinfo @@ -1,2 +1,2 @@ -SHA256 (liblnk-alpha-20140905.tar.gz) = b33312236752be0776aeb10cb48a7b3ddd9cf47a653a72b85ab5f10d8080a490 -SIZE (liblnk-alpha-20140905.tar.gz) = 1394256 +SHA256 (liblnk-alpha-20141026.tar.gz) = 0d551763c751f28124c321d00f779059a1d0500adab4724da75f2e944c95a879 +SIZE (liblnk-alpha-20141026.tar.gz) = 1397717 diff --git a/devel/liblnk/pkg-descr b/devel/liblnk/pkg-descr index 8531b9b8281b..7ee5b2338e39 100644 --- a/devel/liblnk/pkg-descr +++ b/devel/liblnk/pkg-descr @@ -1,3 +1,3 @@ Library and tools to access the Windows Shortcut File (LNK) Format -WWW: http://code.google.com/p/liblnk/ +WWW: https://github.com/libyal/liblnk |