summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-02-15 20:54:56 +0100
committerJonne Haß2021-02-15 20:54:56 +0100
commitfd87775bf251a27bea866718c4337cccbad50811 (patch)
tree33856a7cb747336d6f0458b3fde68c838224123c
parent789e714292be2c40aa4b74d05097aeb5c070d75a (diff)
downloadaur-fd87775bf251a27bea866718c4337cccbad50811.tar.gz
ruby*-bundler: bump to 2.2.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16caec40c353..4d27af6cd7a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby2.5-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.2.9
+ pkgver = 2.2.10
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.5
- noextract = bundler-2.2.9.gem
+ noextract = bundler-2.2.10.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.9.gem
- sha512sums = cf9ce8aa0b9573f808e8f2cb1fc3159f68433dc415c2766cd143fb080a78bc9ad94595ea539344cd1cc7bdb030033df2bfb97f5117a6c558265547acfcb4434e
+ source = https://rubygems.org/downloads/bundler-2.2.10.gem
+ sha512sums = 8f46fe4fd9e04df35bce82e3238b5d9137ad86949ce3fa7ebf6c30871d927dbc09d0e610efb8e68cd60fcbae4719fa4c43429c9d76d1b7dfedd5e19119254d9a
pkgname = ruby2.5-bundler
diff --git a/PKGBUILD b/PKGBUILD
index b5aae1f8527d..33a40d0e9358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_rubyver=2.5
_gemname=bundler
pkgname=ruby${_rubyver}-${_gemname}
-pkgver=2.2.9
+pkgver=2.2.10
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=('cf9ce8aa0b9573f808e8f2cb1fc3159f68433dc415c2766cd143fb080a78bc9ad94595ea539344cd1cc7bdb030033df2bfb97f5117a6c558265547acfcb4434e')
+sha512sums=('8f46fe4fd9e04df35bce82e3238b5d9137ad86949ce3fa7ebf6c30871d927dbc09d0e610efb8e68cd60fcbae4719fa4c43429c9d76d1b7dfedd5e19119254d9a')
package() {
cd "$srcdir"