summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2018-05-17 21:35:07 +0200
committerJonne Haß2018-05-17 21:35:07 +0200
commit9c46c5b3c60a7a3b8adf2c917f7b56a25287220e (patch)
treee4412414c6dbcccb23b652c9a3d5f928b0862f2d
parent8ae33a5b91b6563d52849aed0d825f5dbf118fc9 (diff)
downloadaur-9c46c5b3c60a7a3b8adf2c917f7b56a25287220e.tar.gz
ruby*-bundler: bump to 1.16.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b616d3d81a78..bb7d30f76c87 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.16.1
+ pkgver = 1.16.2
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.2
- noextract = bundler-1.16.1.gem
+ noextract = bundler-1.16.2.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-1.16.1.gem
- sha256sums = 42b8e0f57093e1d10c15542f956a871446b759e7969d99f91caf3b6731c156e8
+ source = https://rubygems.org/downloads/bundler-1.16.2.gem
+ sha256sums = 3bb53e03db0a8008161eb4c816ccd317120d3c415ba6fee6f90bbc7f7eec8690
pkgname = ruby2.2-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 17d0ad70597b..3eb70274c82b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.2-bundler
_gemname=${pkgname#ruby2.2-}
-pkgver=1.16.1
+pkgver=1.16.2
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=('42b8e0f57093e1d10c15542f956a871446b759e7969d99f91caf3b6731c156e8')
+sha256sums=('3bb53e03db0a8008161eb4c816ccd317120d3c415ba6fee6f90bbc7f7eec8690')
package() {
cd "$srcdir"