diff options
author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2021-12-29 13:11:46 +0000 |
---|---|---|
committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2021-12-29 13:11:46 +0000 |
commit | 3764cfcbf65d202aeaa513550e05bd8fdab1541e (patch) | |
tree | 90ea3437e66aa04f4d96a097f18637b9f61ba554 | |
parent | b1bfd1f7b735b59d81fa057f7432aea0186aeedb (diff) |
security/apg: update 0.3.2 to 0.4.0
* https://github.com/wneessen/apg-go/releases/tag/v0.4.0
* https://github.com/wneessen/apg-go/compare/v0.3.2...v0.4.0
-rw-r--r-- | security/apg/Makefile | 6 | ||||
-rw-r--r-- | security/apg/distinfo | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile index 615d4a844551..b3414aa92b6b 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -1,6 +1,6 @@ PORTNAME= apg DISTVERSIONPREFIX= v -DISTVERSION= 0.3.2 +DISTVERSION= 0.4.0 PORTEPOCH= 1 CATEGORIES= security sysutils @@ -14,6 +14,10 @@ USES= go:modules USE_GITHUB= yes GH_ACCOUNT= wneessen GH_PROJECT= apg-go +GH_TUPLE= wneessen:go-hibp:v1.0.0:wneessen_go_hibp/vendor/github.com/wneessen/go-hibp + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} +GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} diff --git a/security/apg/distinfo b/security/apg/distinfo index cb5903077bc2..65d5dc6a0d51 100644 --- a/security/apg/distinfo +++ b/security/apg/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1628792400 -SHA256 (wneessen-apg-go-v0.3.2_GH0.tar.gz) = 42f082d2f54d1cb20e1d6d63c1d923255b711151c937041f64164180758ce0e4 -SIZE (wneessen-apg-go-v0.3.2_GH0.tar.gz) = 20114 +TIMESTAMP = 1640782011 +SHA256 (wneessen-apg-go-v0.4.0_GH0.tar.gz) = 21704158cbf9ae34d821169ff755a8381fd6b6b0d52d243fbb4a893c84bf6f4c +SIZE (wneessen-apg-go-v0.4.0_GH0.tar.gz) = 22602 +SHA256 (wneessen-go-hibp-v1.0.0_GH0.tar.gz) = d995b295c60457e0b078eab49c35ccec6bb5fe105b8b3d27116f3d1baf70729a +SIZE (wneessen-go-hibp-v1.0.0_GH0.tar.gz) = 11504 |