summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHusam Bilal2023-09-09 20:19:54 +0300
committerHusam Bilal2023-09-09 20:19:54 +0300
commit2c538b15dde4e04ce38fc5ae604396579daa19f8 (patch)
tree0beb0d49d42565c864dac71507348e5a0cbe0976 /PKGBUILD
parent86c1ace5ef6b8d68aead7ab4f53448084c57b728 (diff)
downloadaur-2c538b15dde4e04ce38fc5ae604396579daa19f8.tar.gz
update version to 3.24.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b83d9f62592..19efd06850fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=google-protobuf
pkgname=ruby-$_gemname
-pkgver=3.21.9
+pkgver=3.24.3
pkgrel=1
pkgdesc="Protocol Buffers are Google's data interchange format."
arch=(any)
@@ -12,7 +12,7 @@ depends=(ruby)
makedepends=(rubygems)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('5a656c159aa2c85008af7eab3f603cf22921b748e09438f6682dcf696d518adc')
+sha256sums=('63f3cceb398b5f3258760da95037d26ef65405aa3425fd7ba1560fce4827945d')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"