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