summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-02-18 22:17:04 +0100
committerMichał Wojdyła2023-02-18 22:17:04 +0100
commitd497bab543d9992f057c1aa6c69f28ed72bc8531 (patch)
tree9ef795f7a0cdd8e8946e2fe5304f8b0c814af1db
parent5a66e77c035655bf85cd2f09b7f3d96f97334287 (diff)
downloadaur-d497bab543d9992f057c1aa6c69f28ed72bc8531.tar.gz
update to 0.33.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd3c8f7e5737..c11f9efa8404 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.32.0
+ pkgver = 0.33.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.32.0.gem
+ noextract = google-apis-pubsub_v1-0.33.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/google-apis-pubsub_v1-0.32.0.gem
- sha256sums = d74beadf7d91c02ef71a13f8f9ec81101b25e82333c2b1b215b4840cac03989a
+ source = https://rubygems.org/downloads/google-apis-pubsub_v1-0.33.0.gem
+ sha256sums = 5c2f65c8c0ba5ae7b307ad31e59fc1e3a9955d70c1013cc2fc144f1986f73502
pkgname = ruby-google-apis-pubsub_v1
diff --git a/PKGBUILD b/PKGBUILD
index a8e5470a984d..14fe8e8c7690 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=google-apis-pubsub_v1
pkgname=ruby-$_gemname
-pkgver=0.32.0
+pkgver=0.33.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=('d74beadf7d91c02ef71a13f8f9ec81101b25e82333c2b1b215b4840cac03989a')
+sha256sums=('5c2f65c8c0ba5ae7b307ad31e59fc1e3a9955d70c1013cc2fc144f1986f73502')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"