From ddbd5d1d11da148a759cf70356e8416728f2d9c5 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 11:54:08 +0300 Subject: [PATCH] fix --- shfmt/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shfmt/lure.sh b/shfmt/lure.sh index ea30212..8a105b7 100644 --- a/shfmt/lure.sh +++ b/shfmt/lure.sh @@ -9,7 +9,7 @@ license=('BSD-3-Clause license') provides=('shfmt') conflicts=('shtmt') -sources_amd64=("https://github.com/patrickvane/${name}/releases/download/master/${name}_${GOOS}_${GOARCH}") +sources_amd64=("https://github.com/patrickvane/${name}/releases/download/master/${name}_${GOOS}_${GOARCH}?~archive=false") checksums=('SKIP') sources_arm=("https://github.com/patrickvane/${name}/releases/download/master/${name}_linux_arm")