Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syncthing: GOFLAGS set to mod=vendor #986

Merged
merged 1 commit into from
Feb 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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