summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2017-05-22 19:32:47 +0200
committerJonne Haß2017-05-22 19:32:47 +0200
commite029a28cc1efb946fc5f0f7e3b3257fc02d04d36 (patch)
tree987920afa338691d0f3e6bee608ed14fe6a66e0c
parent1d7ed5860680b7ed2e4db3baedc55b3b8d664eea (diff)
downloadaur-e029a28cc1efb946fc5f0f7e3b3257fc02d04d36.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 83df5007bed4..829412bfcb6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby2.2-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.2
- 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.2-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 8f9d1d03dc63..a64ce84b9618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.2-bundler
_gemname=${pkgname#ruby2.2-}
-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.2')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('f431206d5e89e803b7cf0dd232683eaec769ec168707e9b3d8297dba35137d40')
+sha256sums=('2d22a3fa26b00a62a19fc29f805a6cdccedaf0e4a7ca55816c27e644b2fc04cd')
package() {
cd "$srcdir"