summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2022-10-08 12:39:03 +0200
committerMichał Wojdyła2022-10-08 12:39:03 +0200
commit53cc50f682be46cb2ba8a770d945f6c3cd971649 (patch)
treefb61dae7020e9132124804fee5a7d155f0de17e7
parent83090ab3346567849db13a17a30bdbad20f0e042 (diff)
downloadaur-53cc50f682be46cb2ba8a770d945f6c3cd971649.tar.gz
update to 0.29.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2df975ec5bd3..d6af3208cb64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ruby-google-apis-pubsub_v1
pkgdesc = simple REST client for Cloud Pub/Sub API V1
- pkgver = 0.28.0
+ pkgver = 0.29.0
pkgrel = 1
url = https://rubygems.org/gems/google-apis-pubsub_v1
arch = any
license = Apache-2.0
depends = ruby-google-apis-core
- noextract = google-apis-pubsub_v1-0.28.0.gem
+ noextract = google-apis-pubsub_v1-0.29.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/google-apis-pubsub_v1-0.28.0.gem
- sha256sums = eb2ba9cb461d5b085fe28a20c9b5b1c5f5a48b8fd0e095eb47fabb5c5ffca6f3
+ source = https://rubygems.org/downloads/google-apis-pubsub_v1-0.29.0.gem
+ sha256sums = ba0aaa6bf257b19901dae2369703c7dbf075d16db2c0143e2a119d6ca05339d9
pkgname = ruby-google-apis-pubsub_v1
diff --git a/PKGBUILD b/PKGBUILD
index c6ac7483ba44..c361aa563fd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=google-apis-pubsub_v1
pkgname=ruby-$_gemname
-pkgver=0.28.0
+pkgver=0.29.0
pkgrel=1
pkgdesc='simple REST client for Cloud Pub/Sub API V1'
arch=(any)
@@ -12,7 +12,7 @@ depends=(ruby-google-apis-core)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('eb2ba9cb461d5b085fe28a20c9b5b1c5f5a48b8fd0e095eb47fabb5c5ffca6f3')
+sha256sums=('ba0aaa6bf257b19901dae2369703c7dbf075d16db2c0143e2a119d6ca05339d9')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"