diff options
author | Jonne Haß | 2018-10-26 09:43:37 +0200 |
---|---|---|
committer | Jonne Haß | 2018-10-26 09:43:37 +0200 |
commit | 85a8e432f9bdeea9355b9ea82f1f9b1078460407 (patch) | |
tree | bc636a50cd7c249cc1ca67d2c1146a3236c0371f | |
parent | 4853ccc7a0311c09d883f054f52830e169d07b85 (diff) | |
download | aur-85a8e432f9bdeea9355b9ea82f1f9b1078460407.tar.gz |
ruby*-bundler: bump to 1.17.1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,15 +1,15 @@ pkgbase = ruby1.9-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 = ruby1.9 - 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 = ruby1.9-bundler @@ -3,7 +3,7 @@ pkgname=ruby1.9-bundler _gemname=${pkgname#ruby1.9-} -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') @@ -13,7 +13,7 @@ depends=('ruby1.9') options=('!emptydirs') source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem") noextract=("$_gemname-$pkgver.gem") -sha256sums=('a674b4a3e813b2902504a0ce9e84e9ba84979d59fd353362e541ed59ce4edecc') +sha256sums=('cc9042aff791fb05dc037da8dc617bee3fb4d77d74c3d921c2f51c23f231b24a') package() { cd "$srcdir" |