From c2d2b9da854af58e740e8f8cac8a9e3f8b0c6568 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 6 Apr 2020 22:23:26 +0300 Subject: syncthing: bump to 1.4.1 --- community/syncthing/build | 4 +++- community/syncthing/checksums | 4 ++-- community/syncthing/sources | 2 +- 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 -- cgit v1.2.3