From a83bf44e97dfb04e5df7371335bd19ed804a3f5e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 5 Nov 2019 12:46:09 +0100 Subject: [PATCH] syncthing: update to 1.3.1. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index f7291fe36b..1bffa65c2b 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.3.0 +version=1.3.1 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -14,7 +14,7 @@ license="MPL-2.0" changelog="https://github.com/syncthing/syncthing/releases" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=c6bb52c108a30a610afcc1023949674ca66f24127cbd569ab64789f0071d72e7 +checksum=58a6cdddbecd08d84db763f7fd50642f4224e6d847fa575e674b11ba863c9e7a pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go