From a18ead4203f9741285e8c70872885c85624fdf1c Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Fri, 21 Oct 2022 10:00:40 +0300 Subject: [PATCH] amd64 --- syncthing/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/lure.sh b/syncthing/lure.sh index 666dc20..4362fbf 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -9,7 +9,7 @@ provides='syncthing' conflicts='syncthing' deps_amd64=('glibc') build_deps=('git' 'go') -sources_amd=("https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz") +sources_amd64=("https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz") checksums=('SKIP') #prepare() {