Date: Tue, 25 Jan 2022 19:53:09 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fbe1ea0f46d8 - main - security/totp-cli: Update dependencies Message-ID: <202201251953.20PJr9Ml020010@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbe1ea0f46d85b5dfb0fe05a0b7bab84b73f732c commit fbe1ea0f46d85b5dfb0fe05a0b7bab84b73f732c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-25 19:19:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-25 19:50:03 +0000 security/totp-cli: Update dependencies - Bump PORTREVISION for package change --- security/totp-cli/Makefile | 7 ++++--- security/totp-cli/distinfo | 14 +++++++------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/security/totp-cli/Makefile b/security/totp-cli/Makefile index e8fe7d027200..19fce88e6b82 100644 --- a/security/totp-cli/Makefile +++ b/security/totp-cli/Makefile @@ -3,6 +3,7 @@ PORTNAME= totp-cli PORTVERSION= 1.1.17 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security MAINTAINER= sunpoet@FreeBSD.org @@ -16,9 +17,9 @@ USES= go:modules PLIST_FILES= bin/totp-cli GH_ACCOUNT= yitsushi -GH_TUPLE= golang:crypto:c084706:golang_crypto/vendor/golang.org/x/crypto \ - golang:sys:d61c044:golang_sys/vendor/golang.org/x/sys \ - golang:term:140adaa:golang_term/vendor/golang.org/x/term \ +GH_TUPLE= golang:crypto:5e0467b:golang_crypto/vendor/golang.org/x/crypto \ + golang:sys:da31bd3:golang_sys/vendor/golang.org/x/sys \ + golang:term:03fcf44:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ kardianos:osext:2bc1f35:kardianos_osext/vendor/github.com/kardianos/osext \ mitchellh:go-homedir:v1.1.0:mitchellh_gohomedir/vendor/github.com/mitchellh/go-homedir \ diff --git a/security/totp-cli/distinfo b/security/totp-cli/distinfo index ef3210d28c16..09da86da789b 100644 --- a/security/totp-cli/distinfo +++ b/security/totp-cli/distinfo @@ -1,12 +1,12 @@ -TIMESTAMP = 1634111654 +TIMESTAMP = 1643133677 SHA256 (yitsushi-totp-cli-v1.1.17_GH0.tar.gz) = 2f2d86f0ddb28e9d46c310c397ad75b7bc3ee9bc9cfe6e51ec134a9beec3ee15 SIZE (yitsushi-totp-cli-v1.1.17_GH0.tar.gz) = 13684 -SHA256 (golang-crypto-c084706_GH0.tar.gz) = 7dde08034a6b6240ae90490d467b43ab6dde6d414c872a993602bbb6aebe7cee -SIZE (golang-crypto-c084706_GH0.tar.gz) = 1734174 -SHA256 (golang-sys-d61c044_GH0.tar.gz) = 68aa63f1a50533ac3d73ff2615ed4decc63711bd1b0dec42acc8341d41a88e49 -SIZE (golang-sys-d61c044_GH0.tar.gz) = 1210635 -SHA256 (golang-term-140adaa_GH0.tar.gz) = aebe5b080c3e3c6db33d9463beb3bb62736170a4957b21b0320f14989a0c4230 -SIZE (golang-term-140adaa_GH0.tar.gz) = 14956 +SHA256 (golang-crypto-5e0467b_GH0.tar.gz) = 43e7b559800a5d6332413ba31497ddee7841b287e1056ff37d8cdc254dde15fa +SIZE (golang-crypto-5e0467b_GH0.tar.gz) = 1734344 +SHA256 (golang-sys-da31bd3_GH0.tar.gz) = a5f9107d79c42f11d409db08c4cf3c7be1dc253adf1d94d49081d9f2c2ae3b63 +SIZE (golang-sys-da31bd3_GH0.tar.gz) = 1256740 +SHA256 (golang-term-03fcf44_GH0.tar.gz) = 89d2ad29a260c7d93e8a3170ee5bd23009c37cb46065e0a3bd3bc67cce0bb030 +SIZE (golang-term-03fcf44_GH0.tar.gz) = 14967 SHA256 (golang-text-v0.3.7_GH0.tar.gz) = 7cab2f6c3133ac1d422edd952b0dd2082fa55a73c2663fb2defd9bf83d649b26 SIZE (golang-text-v0.3.7_GH0.tar.gz) = 8354718 SHA256 (kardianos-osext-2bc1f35_GH0.tar.gz) = 1b771589ecc12d1449c5f9f7754b2149369cc76ca42eee0386b8c9a7434ceca9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201251953.20PJr9Ml020010>