mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
ruby/ruby-build: Updated for version 20231025.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
722ecb1fde
commit
bbd5948b2f
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ruby-build
|
||||
VERSION=${VERSION:-20231014}
|
||||
VERSION=${VERSION:-20231025}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ruby-build"
|
||||
VERSION="20231014"
|
||||
VERSION="20231025"
|
||||
HOMEPAGE="https://github.com/rbenv/ruby-build"
|
||||
DOWNLOAD="https://github.com/rbenv/ruby-build/archive/v20231014/ruby-build-20231014.tar.gz"
|
||||
MD5SUM="47820da10c2d5f511c734a373a4b0bf7"
|
||||
DOWNLOAD="https://github.com/rbenv/ruby-build/archive/v20231025/ruby-build-20231025.tar.gz"
|
||||
MD5SUM="cf97a666d96502e20bc3f6083b4dfa27"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue