summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb53cc936e07..30fc63722084 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 21:02:35 UTC 2015
+# Wed Jan 27 13:47:44 UTC 2016
pkgbase = ruby-json-jwt
pkgdesc = JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = https://github.com/nov/json-jwt
arch = any
@@ -13,10 +13,10 @@ pkgbase = ruby-json-jwt
depends = ruby-activesupport
depends = ruby-bindata
depends = ruby-securecompare
- noextract = json-jwt-1.5.1.gem
+ noextract = json-jwt-1.5.2.gem
options = !emptydirs
- source = https://rubygems.org/downloads/json-jwt-1.5.1.gem
- sha1sums = 3ed850fc1fad76ffd632972a91ac9e73fa964c6c
+ source = https://rubygems.org/downloads/json-jwt-1.5.2.gem
+ sha1sums = 720f71056bc3d189cb0b2c396256ce103d7a2dd0
pkgname = ruby-json-jwt
diff --git a/PKGBUILD b/PKGBUILD
index 64aa51421dc6..892158588fc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=json-jwt
pkgname=ruby-$_gemname
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc='JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby'
arch=(any)
@@ -13,7 +13,7 @@ depends=(ruby ruby-multi_json ruby-url_safe_base64 ruby-activesupport ruby-binda
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('3ed850fc1fad76ffd632972a91ac9e73fa964c6c')
+sha1sums=('720f71056bc3d189cb0b2c396256ce103d7a2dd0')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"