diff options
author | Jonne Haß | 2017-11-01 10:56:07 +0100 |
---|---|---|
committer | Jonne Haß | 2017-11-01 10:56:07 +0100 |
commit | 765adc9e83e14a5bdb8f794836af22faa92f9be0 (patch) | |
tree | 0e7b3670f7ffa442543c23b78646edd38b226145 | |
parent | 4f174af7f83c5ef05902499a9d22544361e1884f (diff) | |
download | aur-765adc9e83e14a5bdb8f794836af22faa92f9be0.tar.gz |
ruby*-bundler: bump to 1.16.0
-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.15.4 + pkgver = 1.16.0 pkgrel = 1 url = http://bundler.io arch = any license = MIT depends = ruby1.9 - noextract = bundler-1.15.4.gem + noextract = bundler-1.16.0.gem options = !emptydirs - source = https://rubygems.org/downloads/bundler-1.15.4.gem - sha256sums = fad17ea3a1c15df2f2a7fcea052b35ebeab0dc87906cd762470637bef8c98472 + source = https://rubygems.org/downloads/bundler-1.16.0.gem + sha256sums = 084e7ebe90cc5236520ad49d4c5d9f58b19a98751a249070296a5943f88adb74 pkgname = ruby1.9-bundler @@ -3,7 +3,7 @@ pkgname=ruby1.9-bundler _gemname=${pkgname#ruby1.9-} -pkgver=1.15.4 +pkgver=1.16.0 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=('fad17ea3a1c15df2f2a7fcea052b35ebeab0dc87906cd762470637bef8c98472') +sha256sums=('084e7ebe90cc5236520ad49d4c5d9f58b19a98751a249070296a5943f88adb74') package() { cd "$srcdir" |