summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2018-10-26 09:43:37 +0200
committerJonne Haß2018-10-26 09:43:37 +0200
commitbf7fa9a6a85eab39403a7d6d89ca11f60eeb23f1 (patch)
treedf52317b7617c86bc812888685e1aceae73dc012
parent405a5b1c6b6d4f8a0d4d1335943c1bb69572b4ab (diff)
downloadaur-bf7fa9a6a85eab39403a7d6d89ca11f60eeb23f1.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 474f993bdd4c..538308d6e628 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby2.4-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.4
- 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.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index ed1363f22ff8..35e673037c17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-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.4')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('a674b4a3e813b2902504a0ce9e84e9ba84979d59fd353362e541ed59ce4edecc')
+sha256sums=('cc9042aff791fb05dc037da8dc617bee3fb4d77d74c3d921c2f51c23f231b24a')
package() {
cd "$srcdir"