mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
ruby/rbenv: Updated for version 1.1.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
725f6647fe
commit
090288be12
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for rbenv
|
||||
|
||||
# Copyright 2016 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2016-2017 Andrew Clemons, Wellington New Zealand
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=rbenv
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rbenv"
|
||||
VERSION="1.1.0"
|
||||
VERSION="1.1.1"
|
||||
HOMEPAGE="https://github.com/rbenv/rbenv"
|
||||
DOWNLOAD="https://github.com/rbenv/rbenv/archive/v1.1.0/rbenv-1.1.0.tar.gz"
|
||||
MD5SUM="3010931a696e01797cc3006a10d948d3"
|
||||
DOWNLOAD="https://github.com/rbenv/rbenv/archive/v1.1.1/rbenv-1.1.1.tar.gz"
|
||||
MD5SUM="d7d912ce1114fac34b4bd65b69dd70d4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue