diff options
author | Jonne Haß | 2017-07-25 09:37:57 +0200 |
---|---|---|
committer | Jonne Haß | 2017-07-25 09:37:57 +0200 |
commit | a012e4ed6ce78425a40a9eb2fe3db395485c573c (patch) | |
tree | 79f70a029af5bb17df39ccd04cd790a257993058 | |
parent | 476bb9d4a13ad4c6373bc0839a80447cda8cc1a5 (diff) | |
download | aur-a012e4ed6ce78425a40a9eb2fe3db395485c573c.tar.gz |
ruby*-bundler: bump to 1.15.3
-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.15.2 + pkgver = 1.15.3 pkgrel = 1 url = http://bundler.io arch = any license = MIT depends = ruby1.9 - noextract = bundler-1.15.2.gem + noextract = bundler-1.15.3.gem options = !emptydirs - source = https://rubygems.org/downloads/bundler-1.15.2.gem - sha256sums = 941ccbcde4749f5f89c42e726fe07fd0e96adcf9fe0e5ddebac3fae000e3f887 + source = https://rubygems.org/downloads/bundler-1.15.3.gem + sha256sums = ae6860b754b0d06fdb2a0e67dfba99610a003aad27d76a0e77f9ff6b1badaa88 pkgname = ruby1.9-bundler @@ -3,7 +3,7 @@ pkgname=ruby1.9-bundler _gemname=${pkgname#ruby1.9-} -pkgver=1.15.2 +pkgver=1.15.3 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=('941ccbcde4749f5f89c42e726fe07fd0e96adcf9fe0e5ddebac3fae000e3f887') +sha256sums=('ae6860b754b0d06fdb2a0e67dfba99610a003aad27d76a0e77f9ff6b1badaa88') package() { cd "$srcdir" |