summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2021-02-03 12:39:23 +0100
committerJonne Haß2021-02-03 12:39:23 +0100
commite1624b7732782629a8a3340c6ce91b397c8a0bad (patch)
treeda5aa2f594bc4bc8503db848eb71f20839f339b2 /PKGBUILD
parenta9e2d36f8dc334d740926fc2e49f83245133783e (diff)
downloadaur-e1624b7732782629a8a3340c6ce91b397c8a0bad.tar.gz
ruby*-bundler: bump to 2.2.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1581b209ed37..c8d0ae30a360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.7
+pkgver=2.2.8
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=('859b9307182681262643eaf1f58973aac273748e6b96824b6db532de76b38db2')
+sha256sums=('6fc07402b9938fd86e735d21df03731d8afdc2ec3a5d39a984a2353b5753844b')
package() {
cd "$srcdir"