From 866826c437d192ae34b58ce8244576dc5cb06b44 Mon Sep 17 00:00:00 2001 From: nam3less Date: Fri, 8 Jun 2018 20:54:59 +0200 Subject: [PATCH] yarn-bin: update to 1.7.0 Closes #15012. Signed-off-by: Enno Boland --- 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 3086d3a631..8ce9825a47 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.4.1 +version=1.7.0 revision=1 depends="virtual?nodejs-runtime" 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=eb15b8e1b96c3b0fbe63eeb64812f0852add486cc62eb6d23aad996155ffab5d +checksum=e7720ee346b2bd7ec32b7e04517643c38648f5022c7981168321ba1636f2dca3 do_extract() { tar xfz ${XBPS_SRCDISTDIR}/${pkgname}-${version}/yarn-v${version}.tar.gz --strip-components=1 -C ${wrksrc}