summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfarawayer2017-01-13 14:33:53 +0300
committerfarawayer2017-01-13 14:33:53 +0300
commitd62a4920a1feafb6a00c6c2cf2c9d42b4335017c (patch)
tree29218c17f924f3d21c9c5782c829e1580d3d7b36
parentbe87649e0e4be8ae3146b7c4cc74baac0004c718 (diff)
downloadaur-d62a4920a1feafb6a00c6c2cf2c9d42b4335017c.tar.gz
1.8.6
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56cbab9b8e26..f196ab0d989a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ruby-json-1
pkgdesc = JSON Implementation for Ruby
- pkgver = 1.8.5
- pkgrel = 3
+ pkgver = 1.8.6
+ pkgrel = 1
url = http://flori.github.com/json
arch = i686
arch = x86_64
license = Ruby
depends = ruby
- provides = ruby-json=1.8.5
- noextract = json-1.8.5.gem
+ provides = ruby-json=1.8.6
+ noextract = json-1.8.6.gem
options = !emptydirs
- source = https://rubygems.org/downloads/json-1.8.5.gem
- sha1sums = 40be3ef3e43b6933e607332f607e42aa6cf17dfb
+ source = https://rubygems.org/downloads/json-1.8.6.gem
+ sha1sums = ebc7ef9dfef35015245eb22a7427b21febf4ffc2
pkgname = ruby-json-1
diff --git a/PKGBUILD b/PKGBUILD
index c24cbc0a981c..804a18e1d51a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_gemname=json
pkgname=ruby-$_gemname-1
-pkgver=1.8.5
-pkgrel=3
+pkgver=1.8.6
+pkgrel=1
pkgdesc='JSON Implementation for Ruby'
arch=(i686 x86_64)
url='http://flori.github.com/json'
@@ -14,7 +14,7 @@ depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('40be3ef3e43b6933e607332f607e42aa6cf17dfb')
+sha1sums=('ebc7ef9dfef35015245eb22a7427b21febf4ffc2')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"