summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2021-06-26 16:31:07 -0400
committerMario Finelli2021-06-26 16:31:07 -0400
commit45986464f4f1600f50f4e3c342e131864fb7c58d (patch)
tree104458349a5ac078b9542bf473ebaf94d0648c18 /PKGBUILD
parent91cc39e2ed917e835765a85c0199ee22ee2b9db6 (diff)
downloadaur-45986464f4f1600f50f4e3c342e131864fb7c58d.tar.gz
upgpkg: ruby-oj 3.11.7-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbe00c8724cd..7ed22e8c4acf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=oj
pkgname=ruby-$_gemname
-pkgver=3.11.6
+pkgver=3.11.7
pkgrel=1
pkgdesc="The fastest JSON parser and object serializer"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ depends=(ruby)
makedepends=(rubygems ruby-rdoc)
source=(https://github.com/ohler55/oj/archive/v$pkgver/$_gemname-$pkgver.tar.gz)
options=(!emptydirs)
-sha256sums=('e94268e1d27082506a566a5a7f0cbf6b2de46203acfd4f61b42d74bb41ff8619')
+sha256sums=('3d6086ef453c9839b0154cd7fa75c17d2d1bfabb9f6e6b5f5856e2c5da84bfab')
build() {
cd $_gemname-$pkgver