yarn-bin: update to 1.8.0
This commit is contained in:
parent
2972331193
commit
6043fd25e5
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.7.0
|
version=1.8.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"
|
||||||
|
@ -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=e7720ee346b2bd7ec32b7e04517643c38648f5022c7981168321ba1636f2dca3
|
checksum=3d8dc87cae99f7547b82026f818b3a14f0393cfa09337bb9adfb446d50a527a7
|
||||||
|
|
||||||
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
Add a link
Reference in a new issue