summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-03-02 18:46:02 +0100
committerJonne Haß2021-03-02 18:46:02 +0100
commit13151edbf4eef0ad1a0496e17760b9aabf6b9934 (patch)
tree635733d35f2244e4b03d7ffb4a46a84b9b79b993
parent545b919bb58dd803789a50ea7aa39ba62fd87bcd (diff)
downloadaur-13151edbf4eef0ad1a0496e17760b9aabf6b9934.tar.gz
ruby*-bundler: bump to 2.2.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f271ff491d91..a5de300afb17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby2.4-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.2.11
+ pkgver = 2.2.12
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.11.gem
+ noextract = bundler-2.2.12.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.11.gem
- sha256sums = 4ea2e025ced4c8487ab5e25a80978e3973b870f9e1bfaffab2d5d4263537fdc7
+ source = https://rubygems.org/downloads/bundler-2.2.12.gem
+ sha256sums = 4e5c2a2e8acd916fdbfb008ad2d6afe44b2e9dc6789fb96447656ee0b4970488
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 33de766ba2f0..b9d7446dd0b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.11
+pkgver=2.2.12
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=('4ea2e025ced4c8487ab5e25a80978e3973b870f9e1bfaffab2d5d4263537fdc7')
+sha256sums=('4e5c2a2e8acd916fdbfb008ad2d6afe44b2e9dc6789fb96447656ee0b4970488')
package() {
cd "$srcdir"