yarn: update to 1.14.0.
This commit is contained in:
parent
0714f390b1
commit
e6e33e2d70
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'yarn'
|
# Template file for 'yarn'
|
||||||
pkgname=yarn
|
pkgname=yarn
|
||||||
version=1.13.0
|
version=1.14.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="yarn-bin nodejs"
|
hostmakedepends="yarn-bin nodejs"
|
||||||
depends="virtual?nodejs-runtime"
|
depends="virtual?nodejs-runtime"
|
||||||
|
@ -10,7 +10,7 @@ license="2-cause-BSD"
|
||||||
homepage="https://yarnpkg.com/"
|
homepage="https://yarnpkg.com/"
|
||||||
distfiles="https://github.com/yarnpkg/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/yarnpkg/${pkgname}/archive/v${version}.tar.gz"
|
||||||
conflicts="yarn-bin>=0"
|
conflicts="yarn-bin>=0"
|
||||||
checksum=3bb516636ff6bf88fb1fd0423403526e8c56695b3d9ac810f0be1ff4c9fd74c4
|
checksum=44054315c71acc280b77f837c3b242db1ea7df76458a8411df5fd8be209b08c6
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
yarn
|
yarn
|
||||||
|
|
Loading…
Reference in New Issue