Date: Wed, 30 Jun 2021 20:45:45 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: 42a29ba8ba5c - main - security/totp-cli: Update dependencies Message-ID: <202106302045.15UKjjqx053701@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=42a29ba8ba5cf494d9ae96a062069c7b427442aa commit 42a29ba8ba5cf494d9ae96a062069c7b427442aa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-30 20:35:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-30 20:43:34 +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 338dc8d0a106..4e5b9fdfe1f7 100644 --- a/security/totp-cli/Makefile +++ b/security/totp-cli/Makefile @@ -3,6 +3,7 @@ PORTNAME= totp-cli PORTVERSION= 1.1.13 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:83a5a9b:golang_crypto/vendor/golang.org/x/crypto \ - golang:sys:d19ff85:golang_sys/vendor/golang.org/x/sys \ - golang:term:f5beecf:golang_term/vendor/golang.org/x/term \ +GH_TUPLE= golang:crypto:5ff15b2:golang_crypto/vendor/golang.org/x/crypto \ + golang:sys:59db8d7:golang_sys/vendor/golang.org/x/sys \ + golang:term:6886f2d:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.6: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 7047b6a42dc5..9c905fd18cce 100644 --- a/security/totp-cli/distinfo +++ b/security/totp-cli/distinfo @@ -1,12 +1,12 @@ -TIMESTAMP = 1620298612 +TIMESTAMP = 1624630054 SHA256 (yitsushi-totp-cli-v1.1.13_GH0.tar.gz) = a1d92d37c58e33137a8417c80877fcac0a9de73ad65fd8508822b591c858a194 SIZE (yitsushi-totp-cli-v1.1.13_GH0.tar.gz) = 13375 -SHA256 (golang-crypto-83a5a9b_GH0.tar.gz) = fb498aed0ab4e0b2545ff843673032e2e0e06f09006adb971cb3d9f69272a775 -SIZE (golang-crypto-83a5a9b_GH0.tar.gz) = 1726698 -SHA256 (golang-sys-d19ff85_GH0.tar.gz) = 20ceed9c85c53bf71b8abe756e2c21509ac2612b51e54ee4ddc7c152061d3699 -SIZE (golang-sys-d19ff85_GH0.tar.gz) = 1231904 -SHA256 (golang-term-f5beecf_GH0.tar.gz) = fbf1894ee20c067fdd09f8feab3171e9e56087b03afab05ad8d1c06213e834f0 -SIZE (golang-term-f5beecf_GH0.tar.gz) = 15021 +SHA256 (golang-crypto-5ff15b2_GH0.tar.gz) = bc6c9cd557ad6254a5514c4cb2e4d49c2917b27ce7b64b86e9a3fed3ece67eb2 +SIZE (golang-crypto-5ff15b2_GH0.tar.gz) = 1731994 +SHA256 (golang-sys-59db8d7_GH0.tar.gz) = e5fe3805a38247c44eefb4c2bcbcb50f40a5d15fa6b1fa6dbb305f564a79cbc3 +SIZE (golang-sys-59db8d7_GH0.tar.gz) = 1201277 +SHA256 (golang-term-6886f2d_GH0.tar.gz) = 243576990676b4642e37b3a7d1a9bf2190b3ccafe726b16de638c3fd7b080c59 +SIZE (golang-term-6886f2d_GH0.tar.gz) = 14933 SHA256 (golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760 SIZE (golang-text-v0.3.6_GH0.tar.gz) = 8351095 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?202106302045.15UKjjqx053701>