diff options
-rw-r--r-- | development/yarn/yarn.SlackBuild | 4 | ||||
-rw-r--r-- | development/yarn/yarn.info | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/yarn/yarn.SlackBuild b/development/yarn/yarn.SlackBuild index 0d8579f4bf..9d2e6f7abc 100644 --- a/development/yarn/yarn.SlackBuild +++ b/development/yarn/yarn.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for yarn -# Copyright 2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2018-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yarn -VERSION=${VERSION:-1.21.1} +VERSION=${VERSION:-1.22.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/yarn/yarn.info b/development/yarn/yarn.info index 58a2e1311b..fa3f32ec18 100644 --- a/development/yarn/yarn.info +++ b/development/yarn/yarn.info @@ -1,7 +1,7 @@ PRGNAM="yarn" -VERSION="1.21.1" +VERSION="1.22.0" HOMEPAGE="https://yarnpkg.com/" -DOWNLOAD="https://github.com/yarnpkg/yarn/releases/download/v1.21.1/yarn-v1.21.1.tar.gz" +DOWNLOAD="https://github.com/yarnpkg/yarn/releases/download/v1.22.0/yarn-v1.22.0.tar.gz" MD5SUM="b7bfaa7dfe788074b3f51e57497a7c54" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |