summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2018-10-26 09:43:37 +0200
committerJonne Haß2018-10-26 09:43:37 +0200
commit9381cbb7bca0365d47be3f554bc13c4d3a0c6fc6 (patch)
treecadee3fa83aeb72c832af46471a8cac72b7857b1
parent7e7ed6ea9111200b564d3e59d8c0263d0819bf77 (diff)
downloadaur-ruby2.2-bundler.tar.gz
ruby*-bundler: bump to 1.17.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a0a688a80fb..041ec5679172 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby2.2-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 1.17.0
+ pkgver = 1.17.1
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.2
- noextract = bundler-1.17.0.gem
+ noextract = bundler-1.17.1.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-1.17.0.gem
- sha256sums = a674b4a3e813b2902504a0ce9e84e9ba84979d59fd353362e541ed59ce4edecc
+ source = https://rubygems.org/downloads/bundler-1.17.1.gem
+ sha256sums = cc9042aff791fb05dc037da8dc617bee3fb4d77d74c3d921c2f51c23f231b24a
pkgname = ruby2.2-bundler
diff --git a/PKGBUILD b/PKGBUILD
index e8094d22d321..8be75e6e4483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.2-bundler
_gemname=${pkgname#ruby2.2-}
-pkgver=1.17.0
+pkgver=1.17.1
pkgrel=1
pkgdesc="Manages an application's dependencies through its entire life, across many machines, systematically and repeatably."
arch=('any')
@@ -12,7 +12,7 @@ depends=('ruby2.2')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('a674b4a3e813b2902504a0ce9e84e9ba84979d59fd353362e541ed59ce4edecc')
+sha256sums=('cc9042aff791fb05dc037da8dc617bee3fb4d77d74c3d921c2f51c23f231b24a')
package() {
cd "$srcdir"