diff options
author | swills <swills@FreeBSD.org> | 2017-10-16 21:49:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-10-16 21:49:41 +0800 |
commit | d5421d64eb8a6f131ff8386d34251da2e6012c79 (patch) | |
tree | 2a3c61edaf666587dbd6f34d45cc73427d3fc1bd /devel | |
parent | 0315d280f7fcb8d658f83d10f25c77a508e5d75a (diff) | |
download | freebsd-ports-gnome-d5421d64eb8a6f131ff8386d34251da2e6012c79.tar.gz freebsd-ports-gnome-d5421d64eb8a6f131ff8386d34251da2e6012c79.tar.zst freebsd-ports-gnome-d5421d64eb8a6f131ff8386d34251da2e6012c79.zip |
devel/ctypes.sh: update to 1.1
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ctypes.sh/Makefile | 4 | ||||
-rw-r--r-- | devel/ctypes.sh/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/ctypes.sh/Makefile b/devel/ctypes.sh/Makefile index 6451a0f932da..dba28a7d9211 100644 --- a/devel/ctypes.sh/Makefile +++ b/devel/ctypes.sh/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= ctypes.sh -PORTVERSION= 0.1 +PORTVERSION= 1.1 CATEGORIES= devel -MASTER_SITES= https://github.com/taviso/${PORTNAME}/releases/download/v0.01/ +MASTER_SITES= https://github.com/taviso/${PORTNAME}/releases/download/v${PORTVERSION}/ DISTNAME= ctypes-sh-${PORTVERSION} MAINTAINER= swills@FreeBSD.org diff --git a/devel/ctypes.sh/distinfo b/devel/ctypes.sh/distinfo index 2f9439195bac..06bc0e589e16 100644 --- a/devel/ctypes.sh/distinfo +++ b/devel/ctypes.sh/distinfo @@ -1,2 +1,3 @@ -SHA256 (ctypes-sh-0.1.tar.gz) = 6e4555c051e0e1408792f41a7f9df63ecbbc5a7c4f6a70580f8d4e64615173a5 -SIZE (ctypes-sh-0.1.tar.gz) = 364819 +TIMESTAMP = 1508160987 +SHA256 (ctypes-sh-1.1.tar.gz) = f7c8276b556101c51838296560d152fdcd96b860254a38d216b92986f31f8297 +SIZE (ctypes-sh-1.1.tar.gz) = 437637 |