summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2018-10-26 09:43:37 +0200
committerJonne Haß2018-10-26 09:43:37 +0200
commit9cb3475f78e5a15dbe89305d8e3faf53b2065fe6 (patch)
treebc78d89993943b055c54cc47a9213cfc1a8c2edc /PKGBUILD
parent6df401eaac301cebbbaa997df1b2177f02e7c571 (diff)
downloadaur-9cb3475f78e5a15dbe89305d8e3faf53b2065fe6.tar.gz
ruby*-bundler: bump to 1.17.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42e209fc9f03..1ffe1d03f1db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.0-bundler
_gemname=${pkgname#ruby2.0-}
-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.0')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('a674b4a3e813b2902504a0ce9e84e9ba84979d59fd353362e541ed59ce4edecc')
+sha256sums=('cc9042aff791fb05dc037da8dc617bee3fb4d77d74c3d921c2f51c23f231b24a')
package() {
cd "$srcdir"