summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-02-25 11:07:33 +0100
committerMichał Wojdyła2023-02-25 11:07:33 +0100
commitae26600e7ae1080bf3187da065e2ead4627058a6 (patch)
tree2fd16bbcce1bdffdf00d3749bb9ae0ff1cd686c7
parentd497bab543d9992f057c1aa6c69f28ed72bc8531 (diff)
downloadaur-ae26600e7ae1080bf3187da065e2ead4627058a6.tar.gz
update to 0.34.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c11f9efa8404..8a8b0fd948a3 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.33.0
+ pkgver = 0.34.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.33.0.gem
+ noextract = google-apis-pubsub_v1-0.34.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/google-apis-pubsub_v1-0.33.0.gem
- sha256sums = 5c2f65c8c0ba5ae7b307ad31e59fc1e3a9955d70c1013cc2fc144f1986f73502
+ source = https://rubygems.org/downloads/google-apis-pubsub_v1-0.34.0.gem
+ sha256sums = 6bec40de9a5b48a2df58e0ba8c2ec9f8fadd4369bb4b4746566580115710b7fd
pkgname = ruby-google-apis-pubsub_v1
diff --git a/PKGBUILD b/PKGBUILD
index 14fe8e8c7690..2517ef2b698b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=google-apis-pubsub_v1
pkgname=ruby-$_gemname
-pkgver=0.33.0
+pkgver=0.34.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=('5c2f65c8c0ba5ae7b307ad31e59fc1e3a9955d70c1013cc2fc144f1986f73502')
+sha256sums=('6bec40de9a5b48a2df58e0ba8c2ec9f8fadd4369bb4b4746566580115710b7fd')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"