ruby/ruby-build: Updated for version 20220218.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
5e4e358a6b
commit
226ea977c9
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ruby-build
|
||||
VERSION=${VERSION:-20220125}
|
||||
VERSION=${VERSION:-20220218}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ruby-build"
|
||||
VERSION="20220125"
|
||||
VERSION="20220218"
|
||||
HOMEPAGE="https://github.com/rbenv/ruby-build"
|
||||
DOWNLOAD="https://github.com/rbenv/ruby-build/archive/v20220125/ruby-build-20220125.tar.gz"
|
||||
MD5SUM="4870ab71acc20821b1d7f017298472ba"
|
||||
DOWNLOAD="https://github.com/rbenv/ruby-build/archive/v20220218/ruby-build-20220218.tar.gz"
|
||||
MD5SUM="66f98c425dc350b08ae796961b5ab565"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue