From 15bb633681d582da4f6ec414e8fc6731e16a3eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 15 Apr 2024 23:12:03 +0300 Subject: [PATCH] sourse pnpm --- pnpm/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm/lure.sh b/pnpm/lure.sh index a055aae..729973a 100644 --- a/pnpm/lure.sh +++ b/pnpm/lure.sh @@ -12,7 +12,7 @@ conflicts=('pnpm' 'pnpm-git') #deps=() build_deps=('git') -source=("https://github.com/pnpm/pnpm/archive/refs/tags/v${version}.tar.gz") +source=("git+https://github.com/pnpm/pnpm.git#tag=v{$version}") checksum=(SKIP) build() {