diff options
author | Jonne Haß | 2016-05-25 22:45:34 +0200 |
---|---|---|
committer | Jonne Haß | 2016-05-25 22:45:34 +0200 |
commit | c4e542e32e80cc6d606a5845160a13e0b23a9a18 (patch) | |
tree | d0c8c2793cbdb52f008f6b7310111cc36df00593 | |
parent | 138736ddbf7c69d8401a4ddef6d09daa57737e37 (diff) | |
download | aur-c4e542e32e80cc6d606a5845160a13e0b23a9a18.tar.gz |
ruby{2.2,2.0,1.9}-bundler: bump to 1.12.5
-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 -# Tue May 17 10:53:55 UTC 2016 +# Wed May 25 20:44:27 UTC 2016 pkgbase = ruby1.9-bundler pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably. - pkgver = 1.12.4 + pkgver = 1.12.5 pkgrel = 1 url = http://bundler.io arch = any license = MIT depends = ruby1.9 - noextract = bundler-1.12.4.gem + noextract = bundler-1.12.5.gem options = !emptydirs - source = https://rubygems.org/downloads/bundler-1.12.4.gem - sha256sums = 9010e3529ca5a1a5aa62969ae1b6997f485edd35cd0720e64dffad80321718a5 + source = https://rubygems.org/downloads/bundler-1.12.5.gem + sha256sums = 6c5e111b828de62d3b5d72d8ae0add77099a34059ede582f0de7c85479ec04e1 pkgname = ruby1.9-bundler @@ -3,7 +3,7 @@ pkgname=ruby1.9-bundler _gemname=${pkgname#ruby1.9-} -pkgver=1.12.4 +pkgver=1.12.5 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=('9010e3529ca5a1a5aa62969ae1b6997f485edd35cd0720e64dffad80321718a5') +sha256sums=('6c5e111b828de62d3b5d72d8ae0add77099a34059ede582f0de7c85479ec04e1') package() { cd "$srcdir" |