Merge pull request #7125 from kulinacs/yarn

yarn: update to 0.28.4
This commit is contained in:
Toyam Cox 2017-07-27 02:04:47 -04:00 committed by GitHub
commit 8ceb5d48c9
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'yarn-bin'
pkgname=yarn-bin
version=0.27.5
version=0.28.4
revision=1
depends="nodejs"
short_desc="Fast, reliable, and secure dependency management - precompiled binaries"
@ -9,7 +9,7 @@ license="2-cause-BSD"
homepage="https://yarnpkg.com/"
distfiles="https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz"
conflicts="yarn>=0"
checksum=f0f3510246ee74eb660ea06930dcded7b684eac2593aa979a7add84b72517968
checksum=057ef781107bb5d3e7a2a655d75054fbeb265a249a905375bc25bec10d42b31f
do_extract() {
tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/yarn-v${version}.tar.gz --strip-components=1 -C ${wrksrc}

View file

@ -1,6 +1,6 @@
# Template file for 'yarn'
pkgname=yarn
version=0.27.5
version=0.28.4
revision=1
hostmakedepends="yarn-bin"
depends="nodejs"
@ -10,7 +10,7 @@ license="2-cause-BSD"
homepage="https://yarnpkg.com/"
distfiles="https://github.com/yarnpkg/${pkgname}/archive/v${version}.tar.gz"
conflicts="yarn-bin>=0"
checksum=3b2ca8bf155e6157382e4f99ec9d84a53821344b475ea1cda486531372977bf4
checksum=96dd6774bdd5fe1c19f7f15614a85581c2125f0ad8157926b1932974f63ab79b
pre_build() {
yarn