diff options
author | Jonne Haß | 2016-10-19 20:20:08 +0200 |
---|---|---|
committer | Jonne Haß | 2016-10-19 20:20:08 +0200 |
commit | 83327e74f5107cfec3269ce3ef72ac9cfd7d8829 (patch) | |
tree | a367c7e24307a51fed5667fb9a1e2a28d63097ba | |
parent | fd7f02e533edb5b43498a2f1897bd0099ebba483 (diff) | |
download | aur-83327e74f5107cfec3269ce3ef72ac9cfd7d8829.tar.gz |
ruby{2.2,2.0,1.9}-bundler: bump to 1.13.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 -# Fri Oct 14 16:50:50 UTC 2016 +# Sat Oct 15 11:38:41 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.4 + pkgver = 1.13.5 pkgrel = 1 url = http://bundler.io arch = any license = MIT depends = ruby1.9 - noextract = bundler-1.13.4.gem + noextract = bundler-1.13.5.gem options = !emptydirs - source = https://rubygems.org/downloads/bundler-1.13.4.gem - sha256sums = 92729d3460ec5ed9bc8db04145c3f3373e4e8a994ecebc6fe0f5ab2814af9075 + source = https://rubygems.org/downloads/bundler-1.13.5.gem + sha256sums = 360a0569469c725dbad8e618cf28deb57366123efef93a04518f427cb03ab93b pkgname = ruby1.9-bundler @@ -3,7 +3,7 @@ pkgname=ruby1.9-bundler _gemname=${pkgname#ruby1.9-} -pkgver=1.13.4 +pkgver=1.13.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=('92729d3460ec5ed9bc8db04145c3f3373e4e8a994ecebc6fe0f5ab2814af9075') +sha256sums=('360a0569469c725dbad8e618cf28deb57366123efef93a04518f427cb03ab93b') package() { cd "$srcdir" |