From 7741832a49765930f29c991bc046478b82c5e518 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 20 Apr 2023 19:01:43 +0200 Subject: [PATCH] yarn: update to 1.22.19 --- 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 01ce68263ade..46ae0c0a1623 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.18 +version=1.22.19 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=816e5c073b3d35936a398d1fe769ebbcd517298e3510b649e8fc67cd3a62e113 +checksum=732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e conflicts="yarn>=0" do_extract() { diff --git a/srcpkgs/yarn/template b/srcpkgs/yarn/template index 834d72024cc7..e63a97e9abca 100644 --- a/srcpkgs/yarn/template +++ b/srcpkgs/yarn/template @@ -1,6 +1,6 @@ # Template file for 'yarn' pkgname=yarn -version=1.22.18 +version=1.22.19 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=accb0911b05329220a6fe7fd14d091add3b62535811ea97503e8579ae5812c2e +checksum=50af0025d2ef942bf3e6cdd0587dc9c4dd8d6e6e69501b84935d09f2b2b5de8b conflicts="yarn-bin>=0"