diff options
author | Alex Dupre <ale@FreeBSD.org> | 2018-11-09 14:44:36 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2018-11-09 14:44:36 +0000 |
commit | 59f62dac3e9859937d10de66a981e30f57e83ccc (patch) | |
tree | 90397b855ec408ec431108cf5638c83f16a2d689 | |
parent | Fix incorrect script default parameter expansion. (diff) |
Update to 2.0.25 release.
-rw-r--r-- | security/trezord/Makefile | 5 | ||||
-rw-r--r-- | security/trezord/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/trezord/Makefile b/security/trezord/Makefile index 0e8f394f40c4..6fe3c1330e95 100644 --- a/security/trezord/Makefile +++ b/security/trezord/Makefile @@ -3,8 +3,7 @@ PORTNAME= trezord DISTVERSIONPREFIX= v -DISTVERSION= 2.0.24-5 -DISTVERSIONSUFFIX= -gf593bf3 +DISTVERSION= 2.0.25 CATEGORIES= security MAINTAINER= ale@FreeBSD.org @@ -14,7 +13,9 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING USES= go + USE_RC_SUBR= ${PORTNAME} + USE_GITHUB= yes GH_ACCOUNT= trezor GH_PROJECT= ${PORTNAME}-go diff --git a/security/trezord/distinfo b/security/trezord/distinfo index 7dc2682880dd..62592707c3fb 100644 --- a/security/trezord/distinfo +++ b/security/trezord/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1538563785 -SHA256 (trezor-trezord-go-v2.0.24-5-gf593bf3_GH0.tar.gz) = c246624c7456e313e9900fb304fc427608c43352f0c5622adb1be32f97912b81 -SIZE (trezor-trezord-go-v2.0.24-5-gf593bf3_GH0.tar.gz) = 955195 +TIMESTAMP = 1541773995 +SHA256 (trezor-trezord-go-v2.0.25_GH0.tar.gz) = 393675485f12fe290dc52ee83a92577af1498df52285d2fb52c99fee06391836 +SIZE (trezor-trezord-go-v2.0.25_GH0.tar.gz) = 5576138 |