summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-06-12 10:24:11 +0200
committerJonne Haß2021-06-12 10:24:11 +0200
commit527d9154ec67631362f4f60c06111be516762f1f (patch)
tree88d12f0157c685866eb2d4407b73270434c410fa
parentbc6d1afb7db09c61674b0dc4f006f2d68e310172 (diff)
downloadaur-527d9154ec67631362f4f60c06111be516762f1f.tar.gz
ruby2.4-bundler: 2.2.20
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33a292c0728b..54bee94ade58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +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.19
+ pkgver = 2.2.20
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.19.gem
+ noextract = bundler-2.2.20.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.19.gem
- sha256sums = 3258301b85495f427949d8d825926d817392cca653f05479eaa7845f71c08aa0
+ source = https://rubygems.org/downloads/bundler-2.2.20.gem
+ sha256sums = 259ba486173d72a71df43fee8e3bc8dcb868c8a65e0c4020af3a6f13c3a57ff8
pkgname = ruby2.4-bundler
-
diff --git a/PKGBUILD b/PKGBUILD
index 50ab6c4aa77a..7526c2c10801 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.19
+pkgver=2.2.20
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=('3258301b85495f427949d8d825926d817392cca653f05479eaa7845f71c08aa0')
+sha256sums=('259ba486173d72a71df43fee8e3bc8dcb868c8a65e0c4020af3a6f13c3a57ff8')
package() {
cd "$srcdir"