summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2017-02-22 09:26:34 +0100
committerJonne Haß2017-02-22 09:26:34 +0100
commit3187bdf2f1cc9f4441ab5c2684ff44c460a8193d (patch)
tree7b7e5aed5a01ecfd28707ce6aaa6434193818d8b
parent2f0678db50b0f0263b358addc3f36061f45d1de4 (diff)
downloadaur-3187bdf2f1cc9f4441ab5c2684ff44c460a8193d.tar.gz
ruby*-bundler: bump to 1.14.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a57fea8de82..8a5313960a28 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.4
+ pkgver = 1.14.5
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.0
- noextract = bundler-1.14.4.gem
+ noextract = bundler-1.14.5.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-1.14.4.gem
- sha256sums = dbcd7c05de13ff4a9ded7353fe761767e5777fe9c49d2f1420f50672cfaa4ec1
+ source = https://rubygems.org/downloads/bundler-1.14.5.gem
+ sha256sums = 7118d31f5ed7d6c8f9b767d511f6be9a48e257a816cebd702416a6afacd16518
pkgname = ruby2.0-bundler
diff --git a/PKGBUILD b/PKGBUILD
index ca1a86db27cd..0c363a6b84f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.0-bundler
_gemname=${pkgname#ruby2.0-}
-pkgver=1.14.4
+pkgver=1.14.5
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=('dbcd7c05de13ff4a9ded7353fe761767e5777fe9c49d2f1420f50672cfaa4ec1')
+sha256sums=('7118d31f5ed7d6c8f9b767d511f6be9a48e257a816cebd702416a6afacd16518')
package() {
cd "$srcdir"