summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2017-07-25 09:37:57 +0200
committerJonne Haß2017-07-25 09:37:57 +0200
commit03e92ccf903817b7c9bb24b21a1d36ba9969e99c (patch)
treed217d562b2e120d09dcf50bfc582c4f658104ed1
parent6d559c3ee7d0edf291913238eede9f19a5c9c0ab (diff)
downloadaur-03e92ccf903817b7c9bb24b21a1d36ba9969e99c.tar.gz
ruby*-bundler: bump to 1.15.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5afab20ac927..27b6d047191e 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.15.2
+ pkgver = 1.15.3
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.0
- noextract = bundler-1.15.2.gem
+ noextract = bundler-1.15.3.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-1.15.2.gem
- sha256sums = 941ccbcde4749f5f89c42e726fe07fd0e96adcf9fe0e5ddebac3fae000e3f887
+ source = https://rubygems.org/downloads/bundler-1.15.3.gem
+ sha256sums = ae6860b754b0d06fdb2a0e67dfba99610a003aad27d76a0e77f9ff6b1badaa88
pkgname = ruby2.0-bundler
diff --git a/PKGBUILD b/PKGBUILD
index c598f0be79e3..b10d40adea09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.0-bundler
_gemname=${pkgname#ruby2.0-}
-pkgver=1.15.2
+pkgver=1.15.3
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=('941ccbcde4749f5f89c42e726fe07fd0e96adcf9fe0e5ddebac3fae000e3f887')
+sha256sums=('ae6860b754b0d06fdb2a0e67dfba99610a003aad27d76a0e77f9ff6b1badaa88')
package() {
cd "$srcdir"