From fd9ab28af804458aa377d3a7857deefbb0298ab6 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 8 Feb 2017 20:57:33 +0100 Subject: [PATCH] syncthing: update to 0.14.23. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 034ee63d2a1..5087945191e 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.22 +version=0.14.23 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=ab68de8fb59ff8519ccc4c1b26c516b7814e5a2b910e110a7b93123ca3363b02 +checksum=bf8a13f27329c85a3fddef87a3dc90d40b6de3a233738b1d05127bc378aacd60 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go