diff options
author | ed <ed@FreeBSD.org> | 2017-09-21 20:05:05 +0800 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2017-09-21 20:05:05 +0800 |
commit | 28b44af6512b625a50298b07e17391bdbc19fc79 (patch) | |
tree | bc33d23b806bf444d75bd261fa54b25b3783b68c /devel | |
parent | a7784bad85154fc5856f6cd8dd9ba81024c1a401 (diff) | |
download | freebsd-ports-gnome-28b44af6512b625a50298b07e17391bdbc19fc79.tar.gz freebsd-ports-gnome-28b44af6512b625a50298b07e17391bdbc19fc79.tar.zst freebsd-ports-gnome-28b44af6512b625a50298b07e17391bdbc19fc79.zip |
devel/arpc: Upgrade to version 0.6.
It turns out that if you don't explicitly release a piece of software
through GitHub, the checksum of the source tarball may be unstable. This
has also affected ARPC. Version 0.5 and lower now have tarballs with
different checksums.
Version 0.6 is a forced release through GitHub to guarantee a stable
source tarball checksum.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D12431
Diffstat (limited to 'devel')
-rw-r--r-- | devel/arpc/Makefile | 2 | ||||
-rw-r--r-- | devel/arpc/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/arpc/Makefile b/devel/arpc/Makefile index 12e7efc68018..d1722ff2d5ae 100644 --- a/devel/arpc/Makefile +++ b/devel/arpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= arpc DISTVERSIONPREFIX= v -DISTVERSION= 0.5 +DISTVERSION= 0.6 CATEGORIES= devel MAINTAINER= ed@FreeBSD.org diff --git a/devel/arpc/distinfo b/devel/arpc/distinfo index c87cb4fc0b29..f250248e14a5 100644 --- a/devel/arpc/distinfo +++ b/devel/arpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502895324 -SHA256 (NuxiNL-arpc-v0.5_GH0.tar.gz) = 754853d37d83138e62f23eff95be8b3fa200238387d83e83453e6a5519458bed -SIZE (NuxiNL-arpc-v0.5_GH0.tar.gz) = 1301060 +TIMESTAMP = 1505988221 +SHA256 (NuxiNL-arpc-v0.6_GH0.tar.gz) = 22bb8bdadabb8793c01d3997e2992ea4e449b2bada62b93579f02358994838bd +SIZE (NuxiNL-arpc-v0.6_GH0.tar.gz) = 1301128 |