summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2023-03-22 10:56:20 +0100
committerJonne Haß2023-03-22 10:56:20 +0100
commit9b87e474b478bfbd3b99b25b35ade7a463107cd5 (patch)
treed028481bb3978262b2e17fc89999ef239c04bd13 /PKGBUILD
parent2be013def02a46d2bb73a9357eec8bb14f492759 (diff)
downloadaur-9b87e474b478bfbd3b99b25b35ade7a463107cd5.tar.gz
ruby2.6-bundler: 2.4.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4cf96696b28..501338498d18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.6-bundler
_gemname=${pkgname#ruby2.6-}
-pkgver=2.4.8
+pkgver=2.4.9
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=('fe82d6f893f2173e13232926e2b9ceb6f67027c7f166bfc1e3d6ec7d9699a164')
+sha256sums=('6e2450061a11ad1c1b931551ed27ba60e9eacee148e25e1d73a67dd8944584d3')
package() {
cd "$srcdir"