diff options
author | rezny <rezny@FreeBSD.org> | 2017-03-25 03:18:13 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-03-25 03:18:13 +0800 |
commit | 78f68762af3d08f7e6435c14ce4260ba932ab2f2 (patch) | |
tree | 1a4c0cc0f35df964ce60cc287b9eb617fad3e33b | |
parent | a01120d1339615f98a5cb24a291db9276d9ce6f8 (diff) | |
download | freebsd-ports-gnome-78f68762af3d08f7e6435c14ce4260ba932ab2f2.tar.gz freebsd-ports-gnome-78f68762af3d08f7e6435c14ce4260ba932ab2f2.tar.zst freebsd-ports-gnome-78f68762af3d08f7e6435c14ce4260ba932ab2f2.zip |
Update to 1.0.1
Approved by: feld (mentor)
Differential Revision: https://reviews.freebsd.org/D10130
-rw-r--r-- | devel/py-xxhash/Makefile | 4 | ||||
-rw-r--r-- | devel/py-xxhash/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-xxhash/Makefile b/devel/py-xxhash/Makefile index b1787defa79c..6550324f62f6 100644 --- a/devel/py-xxhash/Makefile +++ b/devel/py-xxhash/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xxhash -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>1:devel/py-nose -USES= python +USES= python zip USE_PYTHON= distutils autoplist post-install: diff --git a/devel/py-xxhash/distinfo b/devel/py-xxhash/distinfo index d50e962d9083..7a192c82099d 100644 --- a/devel/py-xxhash/distinfo +++ b/devel/py-xxhash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1486815072 -SHA256 (xxhash-1.0.0.tar.gz) = 9b736af6935424ee7814644ee77c3443b90b0f349249e9bc8a1f7ed1a82f6350 -SIZE (xxhash-1.0.0.tar.gz) = 21371 +TIMESTAMP = 1490305209 +SHA256 (xxhash-1.0.1.zip) = 7abe69c9d02374385e23d0e7d6279d5fa03899989d25b381d837fa46cf294831 +SIZE (xxhash-1.0.1.zip) = 28627 |