summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-10-29 21:24:51 +0100
committerMichał Wojdyła2023-10-29 21:24:51 +0100
commit02a15b6932ea7c6ddb4e706116a5dd5c9a65a5d4 (patch)
tree25a785fe381782ddb523b9a14d6bcd8d7a6fac40
parent94046928a86213ffc51be08fef94ab15365d2656 (diff)
downloadaur-02a15b6932ea7c6ddb4e706116a5dd5c9a65a5d4.tar.gz
update to 0.42.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c6fe45de7a7..ada7addaffd2 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.41.0
+ pkgver = 0.42.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.41.0.gem
+ noextract = google-apis-pubsub_v1-0.42.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/google-apis-pubsub_v1-0.41.0.gem
- sha256sums = 584bc572db9a1c364e65852e190f27dad31ca75be05f2a5b819782280f8e7c8d
+ source = https://rubygems.org/downloads/google-apis-pubsub_v1-0.42.0.gem
+ sha256sums = 499165737c134dfc88040a6559086d22dea6d8a4b543f464748b7fa7d0e70e42
pkgname = ruby-google-apis-pubsub_v1
diff --git a/PKGBUILD b/PKGBUILD
index 8df754d02f5a..d906078a755d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=google-apis-pubsub_v1
pkgname=ruby-$_gemname
-pkgver=0.41.0
+pkgver=0.42.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=('584bc572db9a1c364e65852e190f27dad31ca75be05f2a5b819782280f8e7c8d')
+sha256sums=('499165737c134dfc88040a6559086d22dea6d8a4b543f464748b7fa7d0e70e42')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"