diff --git a/development/yarn/yarn.SlackBuild b/development/yarn/yarn.SlackBuild index f0d42d77c5..79fe602865 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 +# Copyright 2018-2024 Willy Sudiarto Raharjo # 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 diff --git a/development/yarn/yarn.info b/development/yarn/yarn.info index bc7af6ff1c..dee6e5879d 100644 --- a/development/yarn/yarn.info +++ b/development/yarn/yarn.info @@ -1,8 +1,8 @@ PRGNAM="yarn" -VERSION="1.22.10" +VERSION="1.22.19" HOMEPAGE="https://classic.yarnpkg.com/" -DOWNLOAD="https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz" -MD5SUM="52e8dbe9d0cb90683dd3ee2ebf2becb8" +DOWNLOAD="https://github.com/yarnpkg/yarn/releases/download/v1.22.19/yarn-v1.22.19.tar.gz" +MD5SUM="c04ea97bf9f72386c1a3da6b1c8510e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="nodejs"