From 25feb66e891518f22ac3e76b02320780963d6480 Mon Sep 17 00:00:00 2001 From: Anachron Date: Tue, 17 Mar 2020 11:53:13 +0100 Subject: [PATCH] syncthing: update to 1.4.0. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index ae31abb620c..62bfa27fca5 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.3.4 +version=1.4.0 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -18,7 +18,7 @@ license="MPL-2.0" homepage="http://syncthing.net/" changelog="https://github.com/syncthing/syncthing/releases" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=a33467b97306b63890c3ad61f2df81e1a07e3219b362610ed533447c598f6fe1 +checksum=775b5ed0830dcac167a977478168dae54abf9fd63fc1e2b195db023c58d7dafd pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go