summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatoly Bashmakov2021-03-13 20:03:44 +0300
committerAnatoly Bashmakov2021-03-13 20:03:44 +0300
commit61f247af3b29cfa5be97a06711538ca45b910140 (patch)
tree2acd29fe0909cf424869d12268e39a131829f937 /PKGBUILD
parent478aef95c4fd9bfe67e02c484606aa71fda2b74d (diff)
downloadaur-61f247af3b29cfa5be97a06711538ca45b910140.tar.gz
new upstream version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80dae16c238a..c739b9dcb17f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_gemname=json_pure
pkgname=ruby-$_gemname
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
pkgdesc='JSON Implementation for Ruby'
arch=(any)
url='http://flori.github.com/json'
@@ -14,7 +14,7 @@ depends=(ruby)
makedepends=(ruby-rdoc)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-sha1sums=('4c430a262f59edb0cd081145999ec3d5894b0ea9')
+sha1sums=('271ccd98ae9db6cbc6223df5a374ad529dc11e39')
noextract=($_gemname-$pkgver.gem)
package() {