diff options
author | Jonne Haß | 2016-10-14 18:51:25 +0200 |
---|---|---|
committer | Jonne Haß | 2016-10-14 18:51:25 +0200 |
commit | fd7f02e533edb5b43498a2f1897bd0099ebba483 (patch) | |
tree | 79d21a7c6723e6669e078e1790ea3622d32ace6d | |
parent | b926e3067ac4cb059369a228a20013bb011c4966 (diff) | |
download | aur-fd7f02e533edb5b43498a2f1897bd0099ebba483.tar.gz |
ruby{2.2,2.0,1.9}-bundler: bump to 1.13.4
-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 -# Thu Oct 13 18:22:13 UTC 2016 +# Fri Oct 14 16:50:50 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.3 + pkgver = 1.13.4 pkgrel = 1 url = http://bundler.io arch = any license = MIT depends = ruby1.9 - noextract = bundler-1.13.3.gem + noextract = bundler-1.13.4.gem options = !emptydirs - source = https://rubygems.org/downloads/bundler-1.13.3.gem - sha256sums = 524092831a73e8d33d1030a2c6cb533f393e1e0573fa10ff1a0f2cbf57342555 + source = https://rubygems.org/downloads/bundler-1.13.4.gem + sha256sums = 92729d3460ec5ed9bc8db04145c3f3373e4e8a994ecebc6fe0f5ab2814af9075 pkgname = ruby1.9-bundler @@ -3,7 +3,7 @@ pkgname=ruby1.9-bundler _gemname=${pkgname#ruby1.9-} -pkgver=1.13.3 +pkgver=1.13.4 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=('524092831a73e8d33d1030a2c6cb533f393e1e0573fa10ff1a0f2cbf57342555') +sha256sums=('92729d3460ec5ed9bc8db04145c3f3373e4e8a994ecebc6fe0f5ab2814af9075') package() { cd "$srcdir" |