mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
ruby/ruby-build: Updated for version 20240903.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
13b8b3dc45
commit
40f6a3e5af
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ruby-build
|
||||
VERSION=${VERSION:-20240727}
|
||||
VERSION=${VERSION:-20240903}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ruby-build"
|
||||
VERSION="20240727"
|
||||
VERSION="20240903"
|
||||
HOMEPAGE="https://github.com/rbenv/ruby-build"
|
||||
DOWNLOAD="https://github.com/rbenv/ruby-build/archive/v20240727/ruby-build-20240727.tar.gz"
|
||||
MD5SUM="e1509b7373ba1bbdac1e9d33049c8baf"
|
||||
DOWNLOAD="https://github.com/rbenv/ruby-build/archive/v20240903/ruby-build-20240903.tar.gz"
|
||||
MD5SUM="f412066756960cd3e571fe0715b26cdd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue