From 77680afa2ab4773c6816da10ed35b936ad9b4c13 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 10 Aug 2019 21:18:17 -0700 Subject: [PATCH] yarn-bin: update to 1.17.3. --- srcpkgs/yarn-bin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yarn-bin/template b/srcpkgs/yarn-bin/template index 5082e3e1f95..6c375401272 100644 --- a/srcpkgs/yarn-bin/template +++ b/srcpkgs/yarn-bin/template @@ -1,6 +1,6 @@ # Template file for 'yarn-bin' pkgname=yarn-bin -version=1.16.0 +version=1.17.3 revision=1 depends="virtual?nodejs-runtime" short_desc="Fast, reliable, and secure dependency management - precompiled binaries" @@ -8,8 +8,8 @@ maintainer="Michael Aldridge " license="2-cause-BSD" homepage="https://yarnpkg.com/" distfiles="https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz" +checksum=e3835194409f1b3afa1c62ca82f561f1c29d26580c9e220c36866317e043c6f3 conflicts="yarn>=0" -checksum=df202627d9a70cf09ef2fb11cb298cb619db1b958590959d6f6e571b50656029 do_extract() { tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/yarn-v${version}.tar.gz --strip-components=1 -C ${wrksrc}