summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2016-09-18 16:42:07 +0200
committerJonne Haß2016-09-18 16:42:07 +0200
commit0258e03c17756196827637491d3c25d0ebe408a7 (patch)
tree2b4d89e20766ce59d656f62ef73d32ab46df9125
parent6b6fc2dcd45571bd6bb5602a58e11275f65a24c5 (diff)
downloadaur-0258e03c17756196827637491d3c25d0ebe408a7.tar.gz
ruby{2.2,2.0,1.9}-bundler: bump to 1.13.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15ebdf45e367..e65c3a31fe38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Sep 10 08:35:53 UTC 2016
+# Sun Sep 18 14:41:45 UTC 2016
pkgbase = ruby2.2-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 1.13.0
+ pkgver = 1.13.1
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.2
- noextract = bundler-1.13.0.gem
+ noextract = bundler-1.13.1.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-1.13.0.gem
- sha256sums = 0c779c47e2561b8bab7c12f82d9ca5d3b0c0a6f7839bacaf1ddec1c2218db929
+ source = https://rubygems.org/downloads/bundler-1.13.1.gem
+ sha256sums = cf1f6203db06531c7086d3fa3ca8c8e579b2cdd003dd7f4f5063607ef692eb09
pkgname = ruby2.2-bundler
diff --git a/PKGBUILD b/PKGBUILD
index db25c6954ddc..2edf36c74e18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.2-bundler
_gemname=${pkgname#ruby2.2-}
-pkgver=1.13.0
+pkgver=1.13.1
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=('0c779c47e2561b8bab7c12f82d9ca5d3b0c0a6f7839bacaf1ddec1c2218db929')
+sha256sums=('cf1f6203db06531c7086d3fa3ca8c8e579b2cdd003dd7f4f5063607ef692eb09')
package() {
cd "$srcdir"