summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a8b0fd948a3..ee83f26aa637 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.34.0
+ pkgver = 0.35.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.34.0.gem
+ noextract = google-apis-pubsub_v1-0.35.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/google-apis-pubsub_v1-0.34.0.gem
- sha256sums = 6bec40de9a5b48a2df58e0ba8c2ec9f8fadd4369bb4b4746566580115710b7fd
+ source = https://rubygems.org/downloads/google-apis-pubsub_v1-0.35.0.gem
+ sha256sums = 034a88077703154373c0cca2649809b0fe9dcb0f70e397323e4150cb948ddf8d
pkgname = ruby-google-apis-pubsub_v1
diff --git a/PKGBUILD b/PKGBUILD
index 2517ef2b698b..02f2dda3afa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=google-apis-pubsub_v1
pkgname=ruby-$_gemname
-pkgver=0.34.0
+pkgver=0.35.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=('6bec40de9a5b48a2df58e0ba8c2ec9f8fadd4369bb4b4746566580115710b7fd')
+sha256sums=('034a88077703154373c0cca2649809b0fe9dcb0f70e397323e4150cb948ddf8d')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"