mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
development/yarn: Updated for version 1.22.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
178bd25c8e
commit
500430d1d9
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=yarn
|
||||
VERSION=${VERSION:-1.22.1}
|
||||
VERSION=${VERSION:-1.22.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yarn"
|
||||
VERSION="1.22.1"
|
||||
VERSION="1.22.4"
|
||||
HOMEPAGE="https://yarnpkg.com/"
|
||||
DOWNLOAD="https://github.com/yarnpkg/yarn/releases/download/v1.22.1/yarn-v1.22.1.tar.gz"
|
||||
MD5SUM="480dec62fe76a52074f00734f444e823"
|
||||
DOWNLOAD="https://github.com/yarnpkg/yarn/releases/download/v1.22.4/yarn-v1.22.4.tar.gz"
|
||||
MD5SUM="faf483d50aa8ccbdc802efa0cac5d4d3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="nodejs"
|
||||
|
|
Loading…
Reference in a new issue