summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2016-10-24 20:20:05 +0200
committerJonne Haß2016-10-24 20:20:05 +0200
commit308aafa4178084e084ee33904d124a5b0ab9a057 (patch)
tree3f644b57cdc574504834fa262bbcafd13cbdea30
parent2d7abf073b19783534fcc9a1727d85e78f81144f (diff)
downloadaur-308aafa4178084e084ee33904d124a5b0ab9a057.tar.gz
ruby{2.2,2.0,1.9}-bundler: bump to 1.13.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cf14935d5fb..8589788a4b94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Oct 15 11:39:03 UTC 2016
+# Mon Oct 24 18:19:47 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.5
+ pkgver = 1.13.6
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.2
- noextract = bundler-1.13.5.gem
+ noextract = bundler-1.13.6.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-1.13.5.gem
- sha256sums = 360a0569469c725dbad8e618cf28deb57366123efef93a04518f427cb03ab93b
+ source = https://rubygems.org/downloads/bundler-1.13.6.gem
+ sha256sums = fafd22dfed658ca0603f321bdd168ed709d7c682e61273b55637716459f2d0f7
pkgname = ruby2.2-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 9cd3704afca0..6cb537e53fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.2-bundler
_gemname=${pkgname#ruby2.2-}
-pkgver=1.13.5
+pkgver=1.13.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.2')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('360a0569469c725dbad8e618cf28deb57366123efef93a04518f427cb03ab93b')
+sha256sums=('fafd22dfed658ca0603f321bdd168ed709d7c682e61273b55637716459f2d0f7')
package() {
cd "$srcdir"