yarn-bin: update to 1.21.0.
This commit is contained in:
parent
1f55be95f7
commit
b5e1735ae2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'yarn-bin'
|
# Template file for 'yarn-bin'
|
||||||
pkgname=yarn-bin
|
pkgname=yarn-bin
|
||||||
version=1.19.1
|
version=1.21.0
|
||||||
revision=1
|
revision=1
|
||||||
depends="virtual?nodejs-runtime"
|
depends="virtual?nodejs-runtime"
|
||||||
short_desc="Fast, reliable, and secure dependency management - precompiled binaries"
|
short_desc="Fast, reliable, and secure dependency management - precompiled binaries"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://yarnpkg.com/"
|
homepage="https://yarnpkg.com/"
|
||||||
distfiles="https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz"
|
distfiles="https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz"
|
||||||
checksum=34293da6266f2aae9690d59c2d764056053ff7eebc56b80b8df05010c3da9343
|
checksum=dd17d4e5bc560aa28140038a31fa50603ef76b710fee44e5ec5efbea7ad24c61
|
||||||
conflicts="yarn>=0"
|
conflicts="yarn>=0"
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
|
|
Loading…
Reference in a new issue