yarn: update to 1.10.1
This commit is contained in:
parent
07e30d3f41
commit
d70d910c47
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'yarn'
|
# Template file for 'yarn'
|
||||||
pkgname=yarn
|
pkgname=yarn
|
||||||
version=1.10.0
|
version=1.10.1
|
||||||
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=0d1410ea60666c52de4814f281c8c1f3ea2d98c236c22cb854f3e7ad8e7dc8c6
|
checksum=5eae09e3939db56828b97cd7363b813eac34130892a2bead4fbe784bd5bf368f
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
yarn
|
yarn
|
||||||
|
|
Loading…
Reference in a new issue