mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ruby/ruby-build: Updated for version 20240517.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
673147768c
commit
ba5569db4a
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ruby-build
|
||||
VERSION=${VERSION:-20240501}
|
||||
VERSION=${VERSION:-20240517}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ruby-build"
|
||||
VERSION="20240501"
|
||||
VERSION="20240517"
|
||||
HOMEPAGE="https://github.com/rbenv/ruby-build"
|
||||
DOWNLOAD="https://github.com/rbenv/ruby-build/archive/v20240501/ruby-build-20240501.tar.gz"
|
||||
MD5SUM="4106dda97bfb33c5302b30d2fef19428"
|
||||
DOWNLOAD="https://github.com/rbenv/ruby-build/archive/v20240517/ruby-build-20240517.tar.gz"
|
||||
MD5SUM="ff04391fdb7677fe8beccf138a6e4a81"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue