summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66303574a4a3..ca074adaefb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ruby2.6-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.4.9
+ pkgver = 2.4.12
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.6
- noextract = bundler-2.4.9.gem
+ noextract = bundler-2.4.12.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.4.9.gem
- sha256sums = 6e2450061a11ad1c1b931551ed27ba60e9eacee148e25e1d73a67dd8944584d3
+ source = https://rubygems.org/downloads/bundler-2.4.12.gem
+ sha256sums = cb554cd4f8bf471d177937dfe6f52fee60ad70bb4aaf710d7270fa4a24dece4d
pkgname = ruby2.6-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 501338498d18..897487db4be7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.6-bundler
_gemname=${pkgname#ruby2.6-}
-pkgver=2.4.9
+pkgver=2.4.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.6')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('6e2450061a11ad1c1b931551ed27ba60e9eacee148e25e1d73a67dd8944584d3')
+sha256sums=('cb554cd4f8bf471d177937dfe6f52fee60ad70bb4aaf710d7270fa4a24dece4d')
package() {
cd "$srcdir"