summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-07-10 12:30:13 +0200
committerJonne Haß2021-07-10 12:30:13 +0200
commit88a5443e56c1c79f2e18a03774f8c307a4217b1e (patch)
treec56cdbbeb1eb4292204da03b8381bf2941f1ebe8
parent3ccb230e64dc0bb0a5911f2a5ee4a5e7e7998b10 (diff)
downloadaur-88a5443e56c1c79f2e18a03774f8c307a4217b1e.tar.gz
ruby2.4-bundler: 2.2.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b9732b5faad..d35e7fcefb08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ruby2.4-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.2.21
+ pkgver = 2.2.23
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.21.gem
+ noextract = bundler-2.2.23.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.21.gem
- sha256sums = 3c8dc5e0cf66d385a9b33751e54986290d42023c5e1bba2b5df094917b6e234a
+ source = https://rubygems.org/downloads/bundler-2.2.23.gem
+ sha256sums = ae71a19f1231d320a1f934243e6a4e3518cf63f97e2c0954b5fea3f46ed070ac
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index a1446b8811e4..96a11509d539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.21
+pkgver=2.2.23
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=('3c8dc5e0cf66d385a9b33751e54986290d42023c5e1bba2b5df094917b6e234a')
+sha256sums=('ae71a19f1231d320a1f934243e6a4e3518cf63f97e2c0954b5fea3f46ed070ac')
package() {
cd "$srcdir"