yarn-bin: update to 1.14.0.

This commit is contained in:
Michael Aldridge 2019-02-02 12:00:38 -08:00
parent 2862016fcd
commit 0714f390b1

View file

@ -1,6 +1,6 @@
# Template file for 'yarn-bin'
pkgname=yarn-bin
version=1.13.0
version=1.14.0
revision=1
depends="virtual?nodejs-runtime"
short_desc="Fast, reliable, and secure dependency management - precompiled binaries"
@ -9,7 +9,7 @@ license="2-cause-BSD"
homepage="https://yarnpkg.com/"
distfiles="https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz"
conflicts="yarn>=0"
checksum=125d40ebf621ebb08e3f66a618bd2cc5cd77fa317a312900a1ab4360ed38bf14
checksum=2d38fc0700f106762f72f0aeebcec0e227f1e94bd10488d179ca1596053ab700
do_extract() {
tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/yarn-v${version}.tar.gz --strip-components=1 -C ${wrksrc}