summaryrefslogtreecommitdiffstats
path: root/ruby/ruby-build/ruby-build.SlackBuild
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 /ruby/ruby-build/ruby-build.SlackBuild
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>
Diffstat (limited to 'ruby/ruby-build/ruby-build.SlackBuild')
-rw-r--r--ruby/ruby-build/ruby-build.SlackBuild6
1 files changed, 2 insertions, 4 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