mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
ruby/ruby-build: Updated for version 20231225.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
4361f7245b
commit
5ce3badc41
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ruby-build
|
||||
VERSION=${VERSION:-20231211}
|
||||
VERSION=${VERSION:-20231225}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ruby-build"
|
||||
VERSION="20231211"
|
||||
VERSION="20231225"
|
||||
HOMEPAGE="https://github.com/rbenv/ruby-build"
|
||||
DOWNLOAD="https://github.com/rbenv/ruby-build/archive/v20231211/ruby-build-20231211.tar.gz"
|
||||
MD5SUM="f243e53a79fd5569ab569ac352786217"
|
||||
DOWNLOAD="https://github.com/rbenv/ruby-build/archive/v20231225/ruby-build-20231225.tar.gz"
|
||||
MD5SUM="c993959808780ba8e885086cf0d90d63"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue