aboutsummaryrefslogtreecommitdiff
path: root/community/syncthing
diff options
context:
space:
mode:
Diffstat (limited to 'community/syncthing')
-rwxr-xr-xcommunity/syncthing/build11
-rw-r--r--community/syncthing/checksums3
-rw-r--r--community/syncthing/meta3
-rw-r--r--community/syncthing/sources2
-rw-r--r--community/syncthing/version2
5 files changed, 12 insertions, 9 deletions
diff --git a/community/syncthing/build b/community/syncthing/build
index 51a2e6f5..a4bd983e 100755
--- a/community/syncthing/build
+++ b/community/syncthing/build
@@ -1,13 +1,12 @@
#!/bin/sh -e
-export GOPATH=$PWD/gopath
+export GOPATH="$PWD/gopath"
+export GOFLAGS="$GOFLAGS -mod=vendor"
trap "go clean -modcache" EXIT INT
-go mod vendor
go run build.go -no-upgrade -version "v$2" build
-install -Dm755 syncthing "$1/usr/bin/syncthing"
+clinst -Dm755 syncthing "$1/usr/bin/syncthing"
-for manpage in man/*.1 man/*.5 man/*.7; do
- install -Dm644 "$manpage" "$1/usr/share/man/man${manpage##*.}/${manpage##*/}"
-done
+# Install manual pages.
+clman -d "$1" man/*.[0-9]
diff --git a/community/syncthing/checksums b/community/syncthing/checksums
index 0cd57636..a315329d 100644
--- a/community/syncthing/checksums
+++ b/community/syncthing/checksums
@@ -1 +1,2 @@
-497365c08a11cdc1c80ff55316d3c3842dfaa3aaaf063bb10118ab93706a37b1 v1.17.0.tar.gz
+%BLAKE3
+cd6635cec1966f403ac425c5494b1baf79591861352186400f129d92f6acad5e syncthing-source-v1.24.0.tar.gz
diff --git a/community/syncthing/meta b/community/syncthing/meta
new file mode 100644
index 00000000..f187c95f
--- /dev/null
+++ b/community/syncthing/meta
@@ -0,0 +1,3 @@
+description: Open Source Continuous File Synchronization
+license: MPL-2.0
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/syncthing/sources b/community/syncthing/sources
index 802770a3..00871363 100644
--- a/community/syncthing/sources
+++ b/community/syncthing/sources
@@ -1 +1 @@
-https://github.com/syncthing/syncthing/archive/v1.17.0.tar.gz
+https://github.com/syncthing/syncthing/releases/download/v1.24.0/syncthing-source-v1.24.0.tar.gz
diff --git a/community/syncthing/version b/community/syncthing/version
index 8aac6e6e..48b5dc6c 100644
--- a/community/syncthing/version
+++ b/community/syncthing/version
@@ -1 +1 @@
-1.17.0 1
+1.24.0 1