diff --git a/strelaysrv/lure.sh b/strelaysrv/lure.sh index 1cdb277..9a6bd11 100644 --- a/strelaysrv/lure.sh +++ b/strelaysrv/lure.sh @@ -16,7 +16,7 @@ sources_amd64=("https://github.com/syncthing/relaysrv/releases/download/v${versi "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") -checksums=('04028d3eb50bc6f007da1b65c2b37f9b8b3109efe4c8973f285893872081959b' +checksums=('SKIP' 'SKIP' 'SKIP' 'SKIP') diff --git a/syncthing/lure.sh b/syncthing/lure.sh index f713fc8..161b16e 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -13,7 +13,7 @@ build_deps=('git' 'go') build_deps_debian=('git' 'golang') sources_amd64=("https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz") -checksums_amd64=('f91066b8588c02b5ff77aa801cc4e0319f3467325bdd75326aebccffb6495698') +checksums_amd64=('SKIP') prepare() { cd "${srcdir}"