summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2019-01-04 13:51:45 +0100
committerJonne Haß2019-01-04 13:51:45 +0100
commit0355c2e581be23418af5610e5eefd2df0eaef03b (patch)
tree313cc2508aa80c4c3f89208c8719d62af0df0e53 /PKGBUILD
parent9cb3475f78e5a15dbe89305d8e3faf53b2065fe6 (diff)
downloadaur-ruby2.0-bundler.tar.gz
ruby*-bundler: bump to 2.0.1, drop ruby1.9-bundler
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ffe1d03f1db..e31d0d97e1f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.0-bundler
_gemname=${pkgname#ruby2.0-}
-pkgver=1.17.1
+pkgver=2.0.1
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.0')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('cc9042aff791fb05dc037da8dc617bee3fb4d77d74c3d921c2f51c23f231b24a')
+sha256sums=('c7e38039993c9c2edc27397aef4a3370a4b35c7fae3d93e434e501c4bd7656ea')
package() {
cd "$srcdir"