summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-06-24 20:39:54 +0200
committerJonne Haß2021-06-24 20:39:54 +0200
commit3ccb230e64dc0bb0a5911f2a5ee4a5e7e7998b10 (patch)
treefe91659521c214d50ca01d2564bdc3fc33a897ed
parent527d9154ec67631362f4f60c06111be516762f1f (diff)
downloadaur-3ccb230e64dc0bb0a5911f2a5ee4a5e7e7998b10.tar.gz
ruby2.4-bundler: 2.2.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54bee94ade58..7b9732b5faad 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.20
+ pkgver = 2.2.21
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.20.gem
+ noextract = bundler-2.2.21.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.20.gem
- sha256sums = 259ba486173d72a71df43fee8e3bc8dcb868c8a65e0c4020af3a6f13c3a57ff8
+ source = https://rubygems.org/downloads/bundler-2.2.21.gem
+ sha256sums = 3c8dc5e0cf66d385a9b33751e54986290d42023c5e1bba2b5df094917b6e234a
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 7526c2c10801..a1446b8811e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.20
+pkgver=2.2.21
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=('259ba486173d72a71df43fee8e3bc8dcb868c8a65e0c4020af3a6f13c3a57ff8')
+sha256sums=('3c8dc5e0cf66d385a9b33751e54986290d42023c5e1bba2b5df094917b6e234a')
package() {
cd "$srcdir"