yarn: update to 1.22.4.

This commit is contained in:
mobinmob 2020-03-29 01:21:00 +02:00 committed by Michael Aldridge
parent ead4842167
commit c0bf35ebbc

View file

@ -1,6 +1,6 @@
# Template file for 'yarn' # Template file for 'yarn'
pkgname=yarn pkgname=yarn
version=1.22.0 version=1.22.4
revision=1 revision=1
hostmakedepends="yarn-bin nodejs tar" hostmakedepends="yarn-bin nodejs tar"
depends="virtual?nodejs-runtime" depends="virtual?nodejs-runtime"
@ -9,7 +9,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://yarnpkg.com/" homepage="https://yarnpkg.com/"
distfiles="https://github.com/yarnpkg/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/yarnpkg/${pkgname}/archive/v${version}.tar.gz"
checksum=548e795233619a4eaf1fc5722711937ae55428dbca4d31c6ce77c429f21e552e checksum=f9e09bf375388f489a62a08d6ab0a455ab47d62b32512b35e4315d12d12db4e5
conflicts="yarn-bin>=0" conflicts="yarn-bin>=0"