summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-02-09 20:47:17 +0100
committerJonne Haß2021-02-09 20:47:17 +0100
commit6fcce6cc1a7589e3575771e18da1130c6a73d4a5 (patch)
tree2929e78cb661a4fcffef38489b520429ef1008de
parente1624b7732782629a8a3340c6ce91b397c8a0bad (diff)
downloadaur-6fcce6cc1a7589e3575771e18da1130c6a73d4a5.tar.gz
ruby*-bundler: bump to 2.2.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 624ecef42ad7..a0e0aea1f045 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.8
+ pkgver = 2.2.9
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.8.gem
+ noextract = bundler-2.2.9.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.8.gem
- sha256sums = 6fc07402b9938fd86e735d21df03731d8afdc2ec3a5d39a984a2353b5753844b
+ source = https://rubygems.org/downloads/bundler-2.2.9.gem
+ sha256sums = b7aa885d7c90c34552488b83fa1b8f3ee75a813395d3548840270c4f5ad46198
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index c8d0ae30a360..7e59540a12d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.8
+pkgver=2.2.9
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=('6fc07402b9938fd86e735d21df03731d8afdc2ec3a5d39a984a2353b5753844b')
+sha256sums=('b7aa885d7c90c34552488b83fa1b8f3ee75a813395d3548840270c4f5ad46198')
package() {
cd "$srcdir"