yarn: update to 1.22.10
Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
parent
7228fa5916
commit
58b7935734
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'yarn-bin'
|
||||
pkgname=yarn-bin
|
||||
version=1.22.4
|
||||
version=1.22.10
|
||||
revision=1
|
||||
depends="virtual?nodejs-runtime"
|
||||
short_desc="Fast, reliable, and secure dependency management - precompiled binaries"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://yarnpkg.com/"
|
||||
distfiles="https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz"
|
||||
checksum=bc5316aa110b2f564a71a3d6e235be55b98714660870c5b6b2d2d3f12587fb58
|
||||
checksum=7e433d4a77e2c79e6a7ae4866782608a8e8bcad3ec6783580577c59538381a6e
|
||||
conflicts="yarn>=0"
|
||||
|
||||
do_extract() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'yarn'
|
||||
pkgname=yarn
|
||||
version=1.22.4
|
||||
version=1.22.10
|
||||
revision=1
|
||||
hostmakedepends="yarn-bin nodejs tar"
|
||||
depends="virtual?nodejs-runtime"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://yarnpkg.com/"
|
||||
distfiles="https://github.com/yarnpkg/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=f9e09bf375388f489a62a08d6ab0a455ab47d62b32512b35e4315d12d12db4e5
|
||||
checksum=66153f5fdd3078ce320c775990e4b4f03d5b596186f0e1fbceb34225abe3cd3e
|
||||
|
||||
conflicts="yarn-bin>=0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue