summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-06-12 10:24:25 +0200
committerJonne Haß2021-06-12 10:24:25 +0200
commit29168782fcae0e85166dcf244b4742842a63f6cf (patch)
treec8dd525504d0610654c1a39dd35704a81ccacbcf
parent30cf186647f797b594c66e9ba39a4659fbacf334 (diff)
downloadaur-29168782fcae0e85166dcf244b4742842a63f6cf.tar.gz
ruby2.5-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 8802672a2f79..1102922c5775 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = ruby2.5-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.5
- noextract = bundler-2.2.19.gem
+ noextract = bundler-2.2.20.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.19.gem
- sha512sums = 692460145ac7ee72a5093cc1d7ee4cccdf67b6a7da4006019960c212a147553d447f0218dc15d5e3560ff5b901cd90849e40d5d9c66ad6d098be5de6fa649425
+ source = https://rubygems.org/downloads/bundler-2.2.20.gem
+ sha512sums = 2e5e651c2bcfea91f6bde57ae635b62e28bed3f081afde33f77be9adb040aafbe61b48f3e4cd6555bc65ca156bad19d727084d8bd7ce8da130c25ab8de00e090
pkgname = ruby2.5-bundler
-
diff --git a/PKGBUILD b/PKGBUILD
index 3420bf4fd13f..6d6f90abf42a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_rubyver=2.5
_gemname=bundler
pkgname=ruby${_rubyver}-${_gemname}
-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')
@@ -15,7 +15,7 @@ depends=('ruby2.5')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha512sums=('692460145ac7ee72a5093cc1d7ee4cccdf67b6a7da4006019960c212a147553d447f0218dc15d5e3560ff5b901cd90849e40d5d9c66ad6d098be5de6fa649425')
+sha512sums=('2e5e651c2bcfea91f6bde57ae635b62e28bed3f081afde33f77be9adb040aafbe61b48f3e4cd6555bc65ca156bad19d727084d8bd7ce8da130c25ab8de00e090')
package() {
cd "$srcdir"