aboutsummaryrefslogtreecommitdiff
path: root/development/yarn/yarn.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-04 11:13:27 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-04 11:13:27 +0700
commite906b81a399e2272a8d3e5a7be4165fd6b9bcc67 (patch)
tree76dd127de67601a8fb35db735db72e485ff3b7a7 /development/yarn/yarn.SlackBuild
parent35d492344f6d05a7f70e94adc97ad2d9e0f524ad (diff)
development/yarn: Updated for version 1.22.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/yarn/yarn.SlackBuild')
-rw-r--r--development/yarn/yarn.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/development/yarn/yarn.SlackBuild b/development/yarn/yarn.SlackBuild
index f0d42d77c558c..79fe602865a83 100644
--- a/development/yarn/yarn.SlackBuild
+++ b/development/yarn/yarn.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for yarn
-# Copyright 2018-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2018-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=yarn
-VERSION=${VERSION:-1.22.10}
+VERSION=${VERSION:-1.22.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# 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