diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-02 17:14:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-02 17:14:08 +0300 |
commit | 022320dd24280b617549f8aaca681ef090da92a0 (patch) | |
tree | 6a2628a22875ec5e0941c27cbd590b761c7c15cb /community/syncthing | |
parent | 9ab88b19d4265a47e753c33dde9f79cc336ff983 (diff) | |
download | repository-022320dd24280b617549f8aaca681ef090da92a0.tar.gz |
syncthing: bump to 1.6.1
Diffstat (limited to 'community/syncthing')
-rwxr-xr-x | community/syncthing/build | 4 | ||||
-rw-r--r-- | community/syncthing/checksums | 2 | ||||
-rw-r--r-- | community/syncthing/sources | 2 | ||||
-rw-r--r-- | community/syncthing/version | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/community/syncthing/build b/community/syncthing/build index 4a3170df..50bc1107 100755 --- a/community/syncthing/build +++ b/community/syncthing/build @@ -1,8 +1,6 @@ #!/bin/sh -e -read -r ver _ < "${0%/*}/version" - -go run build.go -no-upgrade -version "v$ver" build +go run build.go -no-upgrade -version "v$2" build install -Dm755 syncthing "$1/usr/bin/syncthing" diff --git a/community/syncthing/checksums b/community/syncthing/checksums index b393326e..d4355078 100644 --- a/community/syncthing/checksums +++ b/community/syncthing/checksums @@ -1 +1 @@ -8735fee66886987702eb2484120c09dcdfe2c480da0304c727bd6f8ca0a6803f v1.5.0.tar.gz +19d1b3cd02ec24e502ac259a525359c638e5f39e6c82faeb8836848f30a186ca v1.6.1.tar.gz diff --git a/community/syncthing/sources b/community/syncthing/sources index 5eda05de..e92e31d3 100644 --- a/community/syncthing/sources +++ b/community/syncthing/sources @@ -1 +1 @@ -https://github.com/syncthing/syncthing/archive/v1.5.0.tar.gz +https://github.com/syncthing/syncthing/archive/v1.6.1.tar.gz diff --git a/community/syncthing/version b/community/syncthing/version index 104216de..b109a380 100644 --- a/community/syncthing/version +++ b/community/syncthing/version @@ -1 +1 @@ -1.5.0 1 +1.6.1 1 |