From 7839eb0a467c6400bff96dd21e0ad7df1eb66fd2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 16 May 2017 17:36:08 +0200 Subject: [PATCH] syncthing: update to 0.14.28. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 54e806c335e..54fa8fd2088 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.27 +version=0.14.28 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -12,7 +12,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=27051df042b73df7cbee590a56a75931a63e228dcd5c044d0950e14b46730d64 +checksum=ef0a9916f82cf99e31deb5ae75127b8440abcb3b293c30c0c72d3a4ffb3d3d20 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go