summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2024-03-29 18:15:21 +0100
committerMichal Wojdyla2024-03-29 18:15:21 +0100
commit20ae24dfc787366b6e395615cd9b522e4b17846a (patch)
treee1cc2c2cff9ed18e130e5ce5a39f010320b920de /PKGBUILD
parentc58b7900ccdc983b531ae3e2b0ebb9d0a1ed6b88 (diff)
downloadaur-ruby-fog-aws.tar.gz
update to 3.22.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbe5a07f680d..b355b2d89ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=fog-aws
pkgname=ruby-$_gemname
-pkgver=3.21.1
+pkgver=3.22.0
pkgrel=1
pkgdesc='Module for the '\''fog'\'' gem to support Amazon Web Services.'
arch=(any)
@@ -13,7 +13,7 @@ depends=(ruby-fog-core ruby-fog-json ruby-fog-xml)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('b7bd4724b45e48eb11f05430bf02b0bc7d43578abcb62d5560865c49af17961e')
+sha256sums=('60644c8124b9d178160a19098df688a457cbee179e13cee953ad679f4f82fdd8')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"