From 1d62c4257c2556f814d175149cb38a1b1bc11306 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Mon, 19 Oct 2020 11:10:03 +0900 Subject: [PATCH] yarn: update to 1.22.10 Signed-off-by: Sora Morimoto --- srcpkgs/yarn-bin/template | 4 ++-- srcpkgs/yarn/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/yarn-bin/template b/srcpkgs/yarn-bin/template index c42689782c0..111cdd49457 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.22.4 +version=1.22.10 revision=1 depends="virtual?nodejs-runtime" short_desc="Fast, reliable, and secure dependency management - precompiled binaries" @@ -8,7 +8,7 @@ maintainer="Michael Aldridge " license="BSD-2-Clause" homepage="https://yarnpkg.com/" distfiles="https://github.com/yarnpkg/yarn/releases/download/v${version}/yarn-v${version}.tar.gz" -checksum=bc5316aa110b2f564a71a3d6e235be55b98714660870c5b6b2d2d3f12587fb58 +checksum=7e433d4a77e2c79e6a7ae4866782608a8e8bcad3ec6783580577c59538381a6e conflicts="yarn>=0" do_extract() { diff --git a/srcpkgs/yarn/template b/srcpkgs/yarn/template index 140faf0b2e0..aa9f68e53c4 100644 --- a/srcpkgs/yarn/template +++ b/srcpkgs/yarn/template @@ -1,6 +1,6 @@ # Template file for 'yarn' pkgname=yarn -version=1.22.4 +version=1.22.10 revision=1 hostmakedepends="yarn-bin nodejs tar" depends="virtual?nodejs-runtime" @@ -9,7 +9,7 @@ maintainer="Michael Aldridge " license="BSD-2-Clause" homepage="https://yarnpkg.com/" distfiles="https://github.com/yarnpkg/${pkgname}/archive/v${version}.tar.gz" -checksum=f9e09bf375388f489a62a08d6ab0a455ab47d62b32512b35e4315d12d12db4e5 +checksum=66153f5fdd3078ce320c775990e4b4f03d5b596186f0e1fbceb34225abe3cd3e conflicts="yarn-bin>=0"