diff options
author | Jonne Haß | 2017-02-22 09:26:34 +0100 |
---|---|---|
committer | Jonne Haß | 2017-02-22 09:26:34 +0100 |
commit | d33cd8c5ccbc58cd992b574b79f12221f0a470d7 (patch) | |
tree | 959e3d03ee329c9237bacf94e80ba5f0aaac58cd | |
parent | ca04aee96c2ae3fd48afd24cf9ca0c1fd608a0cb (diff) | |
download | aur-d33cd8c5ccbc58cd992b574b79f12221f0a470d7.tar.gz |
ruby*-bundler: bump to 1.14.5
-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.4 + pkgver = 1.14.5 pkgrel = 1 url = http://bundler.io arch = any license = MIT depends = ruby1.9 - noextract = bundler-1.14.4.gem + noextract = bundler-1.14.5.gem options = !emptydirs - source = https://rubygems.org/downloads/bundler-1.14.4.gem - sha256sums = dbcd7c05de13ff4a9ded7353fe761767e5777fe9c49d2f1420f50672cfaa4ec1 + source = https://rubygems.org/downloads/bundler-1.14.5.gem + sha256sums = 7118d31f5ed7d6c8f9b767d511f6be9a48e257a816cebd702416a6afacd16518 pkgname = ruby1.9-bundler @@ -3,7 +3,7 @@ pkgname=ruby1.9-bundler _gemname=${pkgname#ruby1.9-} -pkgver=1.14.4 +pkgver=1.14.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=('dbcd7c05de13ff4a9ded7353fe761767e5777fe9c49d2f1420f50672cfaa4ec1') +sha256sums=('7118d31f5ed7d6c8f9b767d511f6be9a48e257a816cebd702416a6afacd16518') package() { cd "$srcdir" |