diff options
author | Jonne Haß | 2015-12-13 03:25:39 +0100 |
---|---|---|
committer | Jonne Haß | 2015-12-13 03:25:39 +0100 |
commit | a5c227acd3cbc0de0df782c1beb2e11099b8ea6b (patch) | |
tree | bc2baa2b56f59f0df307800aaf1c339bb3daea7a | |
parent | ed92a952571d8d3ebb579ee56c9b4baefc2b6f4c (diff) | |
download | aur-a5c227acd3cbc0de0df782c1beb2e11099b8ea6b.tar.gz |
ruby{,2.1,2.0,1.9}-bundler: bump to 1.11.0
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 8 insertions, 6 deletions
@@ -1,15 +1,17 @@ +# Generated by mksrcinfo v8 +# Sun Dec 13 02:23:25 UTC 2015 pkgbase = ruby1.9-bundler pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably. - pkgver = 1.10.6 + pkgver = 1.11.0 pkgrel = 1 url = http://bundler.io arch = any license = MIT depends = ruby1.9 - noextract = bundler-1.10.6.gem + noextract = bundler-1.11.0.gem options = !emptydirs - source = https://rubygems.org/downloads/bundler-1.10.6.gem - sha256sums = fb2933d12304cec75dac75b93a1cb045da026b291e6c65b09744ceb900769fee + source = https://rubygems.org/downloads/bundler-1.11.0.gem + sha256sums = 7bbd63426fe89de6fc66adc19837fcf1f44bf29fb3018dc5a5dfff357aa4dedc pkgname = ruby1.9-bundler @@ -3,7 +3,7 @@ pkgname=ruby1.9-bundler _gemname=${pkgname#ruby1.9-} -pkgver=1.10.6 +pkgver=1.11.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=('fb2933d12304cec75dac75b93a1cb045da026b291e6c65b09744ceb900769fee') +sha256sums=('7bbd63426fe89de6fc66adc19837fcf1f44bf29fb3018dc5a5dfff357aa4dedc') package() { cd "$srcdir" |