From b0e2032e8542a117319caeac878fb52a17f2c745 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 6 Jan 2017 03:03:18 +0100 Subject: [PATCH] syncthing: update to 0.14.18. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 0c0a7b5fa3b..c682e8ae086 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.17 +version=0.14.18 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=c4f7eda0cb213e0cb92aa2e075283474fa255af54696fb3b905ea22f27665682 +checksum=1cd44bd4530655e450e282a4a1240dbc963fc5518878700d68a42158e460f5a2 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go