yarn-bin: update to 1.4.1
This commit is contained in:
parent
98dcf9f9a5
commit
682e03a04d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'yarn-bin'
|
||||
pkgname=yarn-bin
|
||||
version=1.3.2
|
||||
revision=2
|
||||
version=1.4.1
|
||||
revision=1
|
||||
depends="virtual?nodejs-runtime"
|
||||
short_desc="Fast, reliable, and secure dependency management - precompiled binaries"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||
|
@ -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=6cfe82e530ef0837212f13e45c1565ba53f5199eec2527b85ecbcd88bf26821d
|
||||
checksum=eb15b8e1b96c3b0fbe63eeb64812f0852add486cc62eb6d23aad996155ffab5d
|
||||
|
||||
do_extract() {
|
||||
tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/yarn-v${version}.tar.gz --strip-components=1 -C ${wrksrc}
|
||||
|
|
Loading…
Reference in a new issue