summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Phillips2017-06-20 21:17:28 +1200
committerDavid Phillips2017-06-20 21:17:28 +1200
commitc74059980db61f077ff1de0e5d53c4c61cd873ce (patch)
treea4f672bffbd82af66c4fbf5bb3f1d0ed6f8636f6
parent4f4aab8640e5961bb86b74d5450cebb974f6b3d0 (diff)
downloadaur-c74059980db61f077ff1de0e5d53c4c61cd873ce.tar.gz
version bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 489fa914d1cc..9765f0d55da7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 16 11:30:45 UTC 2017
+# Tue Jun 20 09:17:03 UTC 2017
pkgbase = ruby-rest-client
pkgdesc = Simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions
- pkgver = 2.0.0
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/rest-client/rest-client
arch = any
@@ -11,10 +11,10 @@ pkgbase = ruby-rest-client
depends = ruby-http-cookie>=1.0.2
depends = ruby-mime-types>1.16
depends = ruby-netrc>=0.7
- noextract = rest-client-2.0.0.gem
+ noextract = rest-client-2.0.2.gem
options = !emptydirs
- source = https://rubygems.org/downloads/rest-client-2.0.0.gem
- sha256sums = 67c5503b4862a7ca6ad5ee0a3449654f399abcb2acdbe94faa59ac4ba3b852ec
+ source = https://rubygems.org/downloads/rest-client-2.0.2.gem
+ sha256sums = 1295e486591f8ef7786451e28d24f8aa0a04cc47767cd1859b729575b2d0ecc3
pkgname = ruby-rest-client
diff --git a/PKGBUILD b/PKGBUILD
index 2587d3129318..20943b3e017e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=rest-client
pkgname=ruby-${_gemname}
-pkgver=2.0.0
+pkgver=2.0.2
pkgrel=1
pkgdesc="Simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions"
arch=("any")
@@ -18,7 +18,7 @@ depends=('ruby>=1.9.2'
options=("!emptydirs")
source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem")
noextract=("${_gemname}-${pkgver}.gem")
-sha256sums=('67c5503b4862a7ca6ad5ee0a3449654f399abcb2acdbe94faa59ac4ba3b852ec')
+sha256sums=('1295e486591f8ef7786451e28d24f8aa0a04cc47767cd1859b729575b2d0ecc3')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"