summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-04-10 20:55:28 +0200
committerJonne Haß2021-04-10 20:55:28 +0200
commit4d5d9525392dfafd3a7b53e8115418ca4dea0089 (patch)
tree72a465723ece5cc7cc816387bc161c4535f0e1ca
parent14ba7baa3aeb6585fab5fa4af6b0df6f4d61c598 (diff)
downloadaur-4d5d9525392dfafd3a7b53e8115418ca4dea0089.tar.gz
ruby*-bundler: bump to 2.2.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36d49a035678..f13bef726df4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby2.4-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.2.15
+ pkgver = 2.2.16
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.15.gem
+ noextract = bundler-2.2.16.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.15.gem
- sha256sums = 9295b52d6744076497b86a7dfe03ffa4599942f245558c98071b8a05e3535835
+ source = https://rubygems.org/downloads/bundler-2.2.16.gem
+ sha256sums = ca808d98b472ba8632c643a3cd21e1dfc72a538842c4534ff212c34d4e3ab240
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 7d0be127ec31..1fdf2db9c79b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.15
+pkgver=2.2.16
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.4')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('9295b52d6744076497b86a7dfe03ffa4599942f245558c98071b8a05e3535835')
+sha256sums=('ca808d98b472ba8632c643a3cd21e1dfc72a538842c4534ff212c34d4e3ab240')
package() {
cd "$srcdir"