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 1868d44f0f06..4bbaa2ef144c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jochen Schalanda <jochen+aur (-AT-) schalanda.name>
# Contributor: Ichimonji10 <Ichimonji10@gmail.com>
pkgname=rbenv
-pkgver=1.1.2
+pkgver=1.2.0
pkgrel=1
pkgdesc="Simple Ruby version manager"
arch=('any')
@@ -15,7 +15,7 @@ conflicts=('rbenv-git')
install="rbenv.install"
noextract=("v${pkgver}")
source=("https://github.com/rbenv/rbenv/tarball/v${pkgver}")
-md5sums=('0788baac70465ed609700834b5826a6c')
+md5sums=('3ef4eea80b9a4f85f3978beb25665a2a')
build() {
cd $srcdir