summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2017-03-04 07:47:27 +0100
committerJonne Haß2017-03-04 07:47:27 +0100
commit1d7ed5860680b7ed2e4db3baedc55b3b8d664eea (patch)
treeef0649d47563c7295d18d3a5e34a8deb3b5b4cea
parentc694a514aaa4daeae3e9778808d0036b317767a6 (diff)
downloadaur-1d7ed5860680b7ed2e4db3baedc55b3b8d664eea.tar.gz
ruby*-bundler: bump to 1.14.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a481a2e7dfdf..83df5007bed4 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.5
+ pkgver = 1.14.6
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.2
- noextract = bundler-1.14.5.gem
+ noextract = bundler-1.14.6.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-1.14.5.gem
- sha256sums = 7118d31f5ed7d6c8f9b767d511f6be9a48e257a816cebd702416a6afacd16518
+ source = https://rubygems.org/downloads/bundler-1.14.6.gem
+ sha256sums = f431206d5e89e803b7cf0dd232683eaec769ec168707e9b3d8297dba35137d40
pkgname = ruby2.2-bundler
diff --git a/PKGBUILD b/PKGBUILD
index cb71341af3be..8f9d1d03dc63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.2-bundler
_gemname=${pkgname#ruby2.2-}
-pkgver=1.14.5
+pkgver=1.14.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=('7118d31f5ed7d6c8f9b767d511f6be9a48e257a816cebd702416a6afacd16518')
+sha256sums=('f431206d5e89e803b7cf0dd232683eaec769ec168707e9b3d8297dba35137d40')
package() {
cd "$srcdir"