Browse Source
ruby/rbenv: Updated for version 1.1.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/53/head
Andrew Clemons
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
5 additions and
5 deletions
-
ruby/rbenv/rbenv.SlackBuild
-
ruby/rbenv/rbenv.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for rbenv |
|
|
|
|
|
|
|
# Copyright 2016-2017 Andrew Clemons, Wellington New Zealand |
|
|
|
# Copyright 2016-2017,2019 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.1} |
|
|
|
VERSION=${VERSION:-1.1.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="rbenv" |
|
|
|
VERSION="1.1.1" |
|
|
|
VERSION="1.1.2" |
|
|
|
HOMEPAGE="https://github.com/rbenv/rbenv" |
|
|
|
DOWNLOAD="https://github.com/rbenv/rbenv/archive/v1.1.1/rbenv-1.1.1.tar.gz" |
|
|
|
MD5SUM="d7d912ce1114fac34b4bd65b69dd70d4" |
|
|
|
DOWNLOAD="https://github.com/rbenv/rbenv/archive/v1.1.2/rbenv-1.1.2.tar.gz" |
|
|
|
MD5SUM="b5e89a81bcfd43780eb02d620d95cafb" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|