diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-06 22:23:26 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-06 22:23:26 +0300 |
commit | c2d2b9da854af58e740e8f8cac8a9e3f8b0c6568 (patch) | |
tree | e325b9aa95286facd13cd0af879cdcfac04bbf8e /community | |
parent | 9616b2c3d95153fd65aaaca266bea86fe9c2b1ba (diff) | |
download | repository-c2d2b9da854af58e740e8f8cac8a9e3f8b0c6568.tar.gz |
syncthing: bump to 1.4.1
Diffstat (limited to 'community')
-rwxr-xr-x | community/syncthing/build | 4 | ||||
-rw-r--r-- | community/syncthing/checksums | 4 | ||||
-rw-r--r-- | community/syncthing/sources | 2 | ||||
-rw-r--r-- | community/syncthing/version | 2 |
4 files changed, 7 insertions, 5 deletions
diff --git a/community/syncthing/build b/community/syncthing/build index ab63cd25..3fe05416 100755 --- a/community/syncthing/build +++ b/community/syncthing/build @@ -1,6 +1,8 @@ #!/bin/sh -e -go run build.go -no-upgrade -version "v$(cut -d ' ' -f 1 version)" build +read -r ver _ < version + +go run build.go -no-upgrade -version "v$ver" build install -Dm755 syncthing "$1/usr/bin/syncthing" diff --git a/community/syncthing/checksums b/community/syncthing/checksums index f6cf4660..31ae6ff2 100644 --- a/community/syncthing/checksums +++ b/community/syncthing/checksums @@ -1,2 +1,2 @@ -775b5ed0830dcac167a977478168dae54abf9fd63fc1e2b195db023c58d7dafd v1.4.0.tar.gz -96db22fa3c2dfd72d2de5a10630cd18163fe43ff4b4d037a3cf681098c57dde6 version +df3bac1745f1713d74c57f9514d5ca9d18c31a3e1e7e9bd59e53d860b3e80688 v1.4.1.tar.gz +e63599035e1b25dd1395b386b9591fcf1432ed1ac7919ea4366ce156fead08a4 version diff --git a/community/syncthing/sources b/community/syncthing/sources index 34ab70eb..35464721 100644 --- a/community/syncthing/sources +++ b/community/syncthing/sources @@ -1,2 +1,2 @@ -https://github.com/syncthing/syncthing/archive/v1.4.0.tar.gz +https://github.com/syncthing/syncthing/archive/v1.4.1.tar.gz ./version diff --git a/community/syncthing/version b/community/syncthing/version index bf41768f..e187c17e 100644 --- a/community/syncthing/version +++ b/community/syncthing/version @@ -1 +1 @@ -1.4.0 1 +1.4.1 1 |