diff options
author | Jonne Haß | 2017-05-22 19:32:47 +0200 |
---|---|---|
committer | Jonne Haß | 2017-05-22 19:32:47 +0200 |
commit | 15252cbe2809a2c27f6ece53915d2e44883b4ff6 (patch) | |
tree | c7b51335c3d8f66ac7e396b94f5154988f6f13f5 | |
parent | f43415fe0360c2b7ac89c17a0ccd452df9dfd269 (diff) | |
download | aur-15252cbe2809a2c27f6ece53915d2e44883b4ff6.tar.gz |
ruby*-bundler: bump to 1.15.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,15 +1,15 @@ pkgbase = ruby1.9-bundler pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably. - pkgver = 1.14.6 + pkgver = 1.15.0 pkgrel = 1 url = http://bundler.io arch = any license = MIT depends = ruby1.9 - noextract = bundler-1.14.6.gem + noextract = bundler-1.15.0.gem options = !emptydirs - source = https://rubygems.org/downloads/bundler-1.14.6.gem - sha256sums = f431206d5e89e803b7cf0dd232683eaec769ec168707e9b3d8297dba35137d40 + source = https://rubygems.org/downloads/bundler-1.15.0.gem + sha256sums = 2d22a3fa26b00a62a19fc29f805a6cdccedaf0e4a7ca55816c27e644b2fc04cd pkgname = ruby1.9-bundler @@ -3,7 +3,7 @@ pkgname=ruby1.9-bundler _gemname=${pkgname#ruby1.9-} -pkgver=1.14.6 +pkgver=1.15.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=('f431206d5e89e803b7cf0dd232683eaec769ec168707e9b3d8297dba35137d40') +sha256sums=('2d22a3fa26b00a62a19fc29f805a6cdccedaf0e4a7ca55816c27e644b2fc04cd') package() { cd "$srcdir" |