yarn-bin: update to 1.1.0

This commit is contained in:
eater 2017-10-07 14:46:05 +02:00 committed by Toyam Cox
parent 69c5658fb9
commit af189fe977

View File

@ -1,6 +1,6 @@
# Template file for 'yarn-bin'
pkgname=yarn-bin
version=1.0.2
version=1.1.0
revision=1
depends="nodejs"
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=8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698
checksum=171c1f9ee93c488c0d774ac6e9c72649047c3f896277d88d0f805266519430f3
do_extract() {
tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/yarn-v${version}.tar.gz --strip-components=1 -C ${wrksrc}