diff options
author | Jonne Haß | 2016-12-26 21:44:37 +0100 |
---|---|---|
committer | Jonne Haß | 2016-12-26 21:44:37 +0100 |
commit | 6793a8771991e2739c4ef9c85c775319b671cb94 (patch) | |
tree | dad91ade6cc9e646a2213e6404a1acb60f51c77a | |
parent | 0ca5a4d401cec02d33533b3e25822aa6dbc31ef9 (diff) | |
download | aur-6793a8771991e2739c4ef9c85c775319b671cb94.tar.gz |
ruby{2.2,2.0,1.9}-bundler: bump to 1.13.7
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -1,17 +1,17 @@ # Generated by mksrcinfo v8 -# Mon Oct 24 18:19:29 UTC 2016 +# Mon Dec 26 20:43:17 UTC 2016 pkgbase = ruby1.9-bundler pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably. - pkgver = 1.13.6 + pkgver = 1.13.7 pkgrel = 1 url = http://bundler.io arch = any license = MIT depends = ruby1.9 - noextract = bundler-1.13.6.gem + noextract = bundler-1.13.7.gem options = !emptydirs - source = https://rubygems.org/downloads/bundler-1.13.6.gem - sha256sums = fafd22dfed658ca0603f321bdd168ed709d7c682e61273b55637716459f2d0f7 + source = https://rubygems.org/downloads/bundler-1.13.7.gem + sha256sums = a9f0c8c5cf977cadce77e6185695d4a0b956a73569a5634b15b34cc07fdb7bab pkgname = ruby1.9-bundler @@ -3,7 +3,7 @@ pkgname=ruby1.9-bundler _gemname=${pkgname#ruby1.9-} -pkgver=1.13.6 +pkgver=1.13.7 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=('fafd22dfed658ca0603f321bdd168ed709d7c682e61273b55637716459f2d0f7') +sha256sums=('a9f0c8c5cf977cadce77e6185695d4a0b956a73569a5634b15b34cc07fdb7bab') package() { cd "$srcdir" |