From 9fb7be228ca0d5dc729ceb572aebb1c6f1f784cf Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 15:50:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D1=81=D1=82=D0=BE=D1=87=D0=BD=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syncthing-relaysrv-bin/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing-relaysrv-bin/lure.sh b/syncthing-relaysrv-bin/lure.sh index 51e139c..bfc6fb2 100644 --- a/syncthing-relaysrv-bin/lure.sh +++ b/syncthing-relaysrv-bin/lure.sh @@ -12,7 +12,7 @@ deps=('glibc') deps_debian=('libc6') build_deps=('git' 'go') -sources_amd64=("https://github.com/syncthing/relaysrv/releases/download/v${version}/${provides}-linux-amd64-v${version}.tar.gz" +sources=("https://github.com/syncthing/relaysrv/releases/download/v${version}/strelaysrv-linux-amd64-v${version}.tar.gz" "https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.service" "https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.tmpfiles" "https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.sysusers")