summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2022-04-18 11:02:37 +0200
committer Willy Sudiarto Raharjo2022-04-23 20:47:15 +0200
commitd42920052531f070e0cbd63e30851e7cdca9e6d4 (patch)
treebee57ac6e1838b0dc5a6baf97febf7853640f97e
parentcbeb2ed596b3680de55bdad0fdd59ad9912430ba (diff)
downloadslackbuilds-d42920052531f070e0cbd63e30851e7cdca9e6d4.tar.gz
ruby/ruby-build: Updated for version 20220324.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--ruby/ruby-build/ruby-build.SlackBuild6
-rw-r--r--ruby/ruby-build/ruby-build.info6
2 files changed, 5 insertions, 7 deletions
diff --git a/ruby/ruby-build/ruby-build.SlackBuild b/ruby/ruby-build/ruby-build.SlackBuild
index 5a5506c161..41131f4569 100644
--- a/ruby/ruby-build/ruby-build.SlackBuild
+++ b/ruby/ruby-build/ruby-build.SlackBuild
@@ -25,15 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ruby-build
-VERSION=${VERSION:-20220324}
+VERSION=${VERSION:-20220415}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
+
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/ruby/ruby-build/ruby-build.info b/ruby/ruby-build/ruby-build.info
index b18398d1c9..16ab5af9f6 100644
--- a/ruby/ruby-build/ruby-build.info
+++ b/ruby/ruby-build/ruby-build.info
@@ -1,8 +1,8 @@
PRGNAM="ruby-build"
-VERSION="20220324"
+VERSION="20220415"
HOMEPAGE="https://github.com/rbenv/ruby-build"
-DOWNLOAD="https://github.com/rbenv/ruby-build/archive/v20220324/ruby-build-20220324.tar.gz"
-MD5SUM="6ee515b94f1ba1ba6d7b00a37d868c66"
+DOWNLOAD="https://github.com/rbenv/ruby-build/archive/v20220415/ruby-build-20220415.tar.gz"
+MD5SUM="e647b28beaf7253811c282ecd607dafd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""