From 8c7ab29176fd3a545d3198e39b93f5e65028fc7b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 1 Dec 2016 20:28:42 +0100 Subject: [PATCH] syncthing: update to 0.14.13. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 1e49c23e368..bbe8f19c317 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.12 +version=0.14.13 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=0778785636e2c095f8f6cd353a206e0e1b1db37c40a4c79156a08eaaffcff81f +checksum=13bce8afff0814817a0d70cdd4deddcdb2fa46494561976ad75e238a0ffbdb47 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go