summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2017-05-22 19:32:47 +0200
committerJonne Haß2017-05-22 19:32:47 +0200
commit403aaf1f852c12749ec1ee6adc583636e8e1a63a (patch)
tree2761127379afecd9a7398939dca41f0f8ec34c87
parent88934449426ac0550aee57e7c9bee878a6ddbde9 (diff)
downloadaur-403aaf1f852c12749ec1ee6adc583636e8e1a63a.tar.gz
ruby*-bundler: bump to 1.15.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c76a525e7181..106546570e52 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.14.6
+ pkgver = 1.15.0
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.0
- 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 = ruby2.0-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 76e18cfdc8f9..e8fba050a0e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.0-bundler
_gemname=${pkgname#ruby2.0-}
-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')
@@ -12,7 +12,7 @@ depends=('ruby2.0')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('f431206d5e89e803b7cf0dd232683eaec769ec168707e9b3d8297dba35137d40')
+sha256sums=('2d22a3fa26b00a62a19fc29f805a6cdccedaf0e4a7ca55816c27e644b2fc04cd')
package() {
cd "$srcdir"