summaryrefslogtreecommitdiffstats
path: root/ruby/ruby-build/ruby-build.SlackBuild
diff options
context:
space:
mode:
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