From 490a8198efce03470acd9422048ea6ed6db8485c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric?= Date: Tue, 22 Feb 2022 07:03:10 +0000 Subject: [PATCH] syncthing: GOFLAGS set to mod=vendor --- community/syncthing/build | 2 ++ community/syncthing/checksums | 2 +- community/syncthing/sources | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/community/syncthing/build b/community/syncthing/build index ba68b55a4..774a49b53 100755 --- a/community/syncthing/build +++ b/community/syncthing/build @@ -1,4 +1,6 @@ #!/bin/sh -e +export GOFLAGS="-mod=vendor" + go run build.go -no-upgrade install install -Dm755 bin/syncthing "$1/usr/bin/syncthing" diff --git a/community/syncthing/checksums b/community/syncthing/checksums index 8a5fdb58d..a54545818 100644 --- a/community/syncthing/checksums +++ b/community/syncthing/checksums @@ -1 +1 @@ -9d7f020ee151512b5a121c08e2b07f7a2ce5bd4a749ca91e60803d21eb1aca02 +6fcd4e45c252d23148eaa0814d85c44e1bc9af0b9b2fa70b1f01aa87b76e688d diff --git a/community/syncthing/sources b/community/syncthing/sources index 36e0f348a..4f9ce6c78 100644 --- a/community/syncthing/sources +++ b/community/syncthing/sources @@ -1 +1 @@ -https://github.com/syncthing/syncthing/archive/v1.19.0.tar.gz +https://github.com/syncthing/syncthing/releases/download/v1.19.0/syncthing-source-v1.19.0.tar.gz