Skip to content

Commit

Permalink
syncthing: GOFLAGS set to mod=vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
Vouivre authored and dilyn-corner committed Feb 23, 2022
1 parent d1a5223 commit 00fa9e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions community/syncthing/build
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion community/syncthing/checksums
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9d7f020ee151512b5a121c08e2b07f7a2ce5bd4a749ca91e60803d21eb1aca02
6fcd4e45c252d23148eaa0814d85c44e1bc9af0b9b2fa70b1f01aa87b76e688d
2 changes: 1 addition & 1 deletion community/syncthing/sources
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 00fa9e7

Please sign in to comment.