summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-07-20 20:33:24 +0200
committerMichał Wojdyła2023-07-20 20:33:24 +0200
commite47cdd42bb750e3b23b5eb5b0062e994bbb94630 (patch)
tree6de8b7e140e00fbc7847013a53ecd14dbd858380
parent782d47e7ec81057351a10e3707df31b697f66f29 (diff)
downloadaur-e47cdd42bb750e3b23b5eb5b0062e994bbb94630.tar.gz
update to 1.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73197a0ba14a..02d332d4e2ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-googleauth
pkgdesc = Authorization for Google APIs, and support for Application Default Credentials
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://rubygems.org/gems/googleauth
arch = any
@@ -11,9 +11,9 @@ pkgbase = ruby-googleauth
depends = ruby-multi_json
depends = ruby-os
depends = ruby-signet
- noextract = googleauth-1.6.0.gem
+ noextract = googleauth-1.7.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/googleauth-1.6.0.gem
- sha256sums = 0de5d8c6d3c0becdec6ab454bd4ad7596d8a5dd1ee6a752f261b41cd91fc6124
+ source = https://rubygems.org/downloads/googleauth-1.7.0.gem
+ sha256sums = 4f7528361a3c11185acd074cb875606005098a1b2f119c38a0676025f7213340
pkgname = ruby-googleauth
diff --git a/PKGBUILD b/PKGBUILD
index 945d9867539b..acb0f2884adb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gemname=googleauth
pkgname=ruby-$_gemname
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc='Authorization for Google APIs, and support for Application Default Credentials'
arch=(any)
@@ -14,7 +14,7 @@ depends=('ruby-faraday' 'ruby-jwt' 'ruby-memoist' 'ruby-multi_json' 'ruby-os' 'r
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('0de5d8c6d3c0becdec6ab454bd4ad7596d8a5dd1ee6a752f261b41cd91fc6124')
+sha256sums=('4f7528361a3c11185acd074cb875606005098a1b2f119c38a0676025f7213340')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"