diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:25:19 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:47:10 +0000 |
commit | def25571100e67f79c4db065670b3f2065fd5c10 (patch) | |
tree | dbeac441354d607e4e02c152950f4fc3d3b36e0e | |
parent | af07e459af0ea2e766316f1fbcac00903ea96565 (diff) |
security/rubygem-googleauth: Update to 0.17.1
-rw-r--r-- | security/rubygem-googleauth/Makefile | 8 | ||||
-rw-r--r-- | security/rubygem-googleauth/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/security/rubygem-googleauth/Makefile b/security/rubygem-googleauth/Makefile index 7f16d765033b..cfed9c62868d 100644 --- a/security/rubygem-googleauth/Makefile +++ b/security/rubygem-googleauth/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= googleauth -PORTVERSION= 0.17.0 +PORTVERSION= 0.17.1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -16,13 +16,11 @@ RUN_DEPENDS= rubygem-faraday>=0.17.3<2.0:www/rubygem-faraday \ rubygem-memoist>=0.16<1:devel/rubygem-memoist \ rubygem-multi_json>=1.11<2:devel/rubygem-multi_json \ rubygem-os>=0.9<2.0:devel/rubygem-os \ - rubygem-signet>=0.14<1:security/rubygem-signet + rubygem-signet>=0.15<1:security/rubygem-signet -USES= gem shebangfix +USES= gem USE_RUBY= yes NO_ARCH= yes -SHEBANG_FILES= .kokoro/*.sh - .include <bsd.port.mk> diff --git a/security/rubygem-googleauth/distinfo b/security/rubygem-googleauth/distinfo index 4cccd139af12..ca22ee020102 100644 --- a/security/rubygem-googleauth/distinfo +++ b/security/rubygem-googleauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628103754 -SHA256 (rubygem/googleauth-0.17.0.gem) = 988594556ca5319e5fca21b263f152a9b97df1e1024ccdf780d828563a7e020c -SIZE (rubygem/googleauth-0.17.0.gem) = 73216 +TIMESTAMP = 1632037970 +SHA256 (rubygem/googleauth-0.17.1.gem) = d4a9cbce0d6b5fbb9e6f8e42c18ab44ea38594757952d94706461dabc4c28922 +SIZE (rubygem/googleauth-0.17.1.gem) = 39424 |