summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2018-10-15 10:39:17 +0200
committerJonne Haß2018-10-15 10:39:17 +0200
commit7a6237859db6e2672c25d06c237e78df5006b3f0 (patch)
tree9958f477badb82cda4fa2e8e9343cdd1abd88171
parentb1abaca5f07e7611dffac8df5ef2d6ed1d54281a (diff)
downloadaur-7a6237859db6e2672c25d06c237e78df5006b3f0.tar.gz
ruby*-bundler: bump to 1.16.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 561b21378f77..84ce11a30824 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby2.0-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 = ruby2.0
- 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 = ruby2.0-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 20c2444c87a5..83515eca57f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.0-bundler
_gemname=${pkgname#ruby2.0-}
-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')
@@ -12,7 +12,7 @@ depends=('ruby2.0')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('413f98ef094008a8528d44167c16b0739449bb605ff670d88014b30759971e1c')
+sha256sums=('07b445ea98d39032d257016a971a0c0947556eea7855ce64970da2a82e098605')
package() {
cd "$srcdir"