summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac1e9d65e86c..2f072a7032af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.0.1
+pkgver=2.0.2
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=('c7e38039993c9c2edc27397aef4a3370a4b35c7fae3d93e434e501c4bd7656ea')
+sha256sums=('4c2ae1fce8a072b832ac7188f1e530a7cff8f0a69d8a9621b32d1407db00a2d0')
package() {
cd "$srcdir"