yarn-bin: update to 1.17.3.
This commit is contained in:
parent
c7db8c1e54
commit
77680afa2a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'yarn-bin'
|
||||
pkgname=yarn-bin
|
||||
version=1.16.0
|
||||
version=1.17.3
|
||||
revision=1
|
||||
depends="virtual?nodejs-runtime"
|
||||
short_desc="Fast, reliable, and secure dependency management - precompiled binaries"
|
||||
|
@ -8,8 +8,8 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|||
license="2-cause-BSD"
|
||||
homepage="https://yarnpkg.com/"
|
||||
distfiles="https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz"
|
||||
checksum=e3835194409f1b3afa1c62ca82f561f1c29d26580c9e220c36866317e043c6f3
|
||||
conflicts="yarn>=0"
|
||||
checksum=df202627d9a70cf09ef2fb11cb298cb619db1b958590959d6f6e571b50656029
|
||||
|
||||
do_extract() {
|
||||
tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/yarn-v${version}.tar.gz --strip-components=1 -C ${wrksrc}
|
||||
|
|
Loading…
Reference in a new issue