yarn-bin: update to 1.10.1
This commit is contained in:
parent
07f2e0c789
commit
07e30d3f41
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'yarn-bin'
|
||||
pkgname=yarn-bin
|
||||
version=1.10.0
|
||||
version=1.10.1
|
||||
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=83277bd505c7f4009c13077266020c97298727de7edf67af5ca66eccae9d4632
|
||||
checksum=97bf147cb28229e66e4e3c5733a93c851bbcb0f10fbc72696ed011774f4c6f1b
|
||||
|
||||
do_extract() {
|
||||
tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/yarn-v${version}.tar.gz --strip-components=1 -C ${wrksrc}
|
||||
|
|
Loading…
Reference in New Issue