mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
yarn-bin: update to 1.15.2.
This commit is contained in:
parent
5acdada56a
commit
9b83a9bfda
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.14.0
|
version=1.15.2
|
||||||
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"
|
||||||
|
@ -9,7 +9,7 @@ license="2-cause-BSD"
|
||||||
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"
|
||||||
conflicts="yarn>=0"
|
conflicts="yarn>=0"
|
||||||
checksum=2d38fc0700f106762f72f0aeebcec0e227f1e94bd10488d179ca1596053ab700
|
checksum=c4feca9ba5d6bf1e820e8828609d3de733edf0e4722d17ed7ce493ed39f61abd
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/yarn-v${version}.tar.gz --strip-components=1 -C ${wrksrc}
|
tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/yarn-v${version}.tar.gz --strip-components=1 -C ${wrksrc}
|
||||||
|
|
Loading…
Add table
Reference in a new issue