summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13616979d33e..0a54f3b16f3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=fog-google
pkgname=ruby-$_gemname
-pkgver=1.21.1
+pkgver=1.22.0
pkgrel=1
pkgdesc='This library can be used as a module for fog or as standalone provider to use the Google in applications.'
arch=(any)
@@ -13,7 +13,7 @@ depends=(ruby-addressable ruby-fog-core ruby-fog-json ruby-fog-xml ruby-google-a
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('c815526481591a23370c93b1f70360f9e131595f945c3ef8462b2296ec3efdd9')
+sha256sums=('0719c4b243a8cdfb2790ac5fe7ca798bdb2e95b7f87d6601d4258c2004013123')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"