diff options
author | Jonne Haß | 2018-10-15 10:39:17 +0200 |
---|---|---|
committer | Jonne Haß | 2018-10-15 10:39:17 +0200 |
commit | c19bc766561377eb1a579d9caa2efe508f82c203 (patch) | |
tree | 0b041cf11a13dcb94f6b7c41ad04c905496ccf72 | |
parent | b0beff8e4f29fbdc37780e1576bdf3941d7cf2ee (diff) | |
download | aur-c19bc766561377eb1a579d9caa2efe508f82c203.tar.gz |
ruby*-bundler: bump to 1.16.6
-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.16.5 + pkgver = 1.16.6 pkgrel = 1 url = http://bundler.io arch = any license = MIT depends = ruby1.9 - noextract = bundler-1.16.5.gem + noextract = bundler-1.16.6.gem options = !emptydirs - source = https://rubygems.org/downloads/bundler-1.16.5.gem - sha256sums = 413f98ef094008a8528d44167c16b0739449bb605ff670d88014b30759971e1c + source = https://rubygems.org/downloads/bundler-1.16.6.gem + sha256sums = 07b445ea98d39032d257016a971a0c0947556eea7855ce64970da2a82e098605 pkgname = ruby1.9-bundler @@ -3,7 +3,7 @@ pkgname=ruby1.9-bundler _gemname=${pkgname#ruby1.9-} -pkgver=1.16.5 +pkgver=1.16.6 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=('413f98ef094008a8528d44167c16b0739449bb605ff670d88014b30759971e1c') +sha256sums=('07b445ea98d39032d257016a971a0c0947556eea7855ce64970da2a82e098605') package() { cd "$srcdir" |