yarn-bin: update to 1.15.2.

This commit is contained in:
Michael Aldridge 2019-03-21 23:32:03 -07:00 committed by maxice8
parent 5acdada56a
commit 9b83a9bfda
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'yarn-bin'
pkgname=yarn-bin
version=1.14.0
version=1.15.2
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=2d38fc0700f106762f72f0aeebcec0e227f1e94bd10488d179ca1596053ab700
checksum=c4feca9ba5d6bf1e820e8828609d3de733edf0e4722d17ed7ce493ed39f61abd
do_extract() {
tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/yarn-v${version}.tar.gz --strip-components=1 -C ${wrksrc}