summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2023-04-19 19:00:44 +0200
committerJonne Haß2023-04-19 19:00:44 +0200
commit761eef6056ff29ab5c5619e7d2168908e273f8f3 (patch)
tree07c841d5f972dbde30b494018a67a747af91c758 /PKGBUILD
parent9b87e474b478bfbd3b99b25b35ade7a463107cd5 (diff)
downloadaur-ruby2.6-bundler.tar.gz
ruby2.6-bundler: 2.4.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"