From 246b1e5da1628eacf17072b3efaca281201caa2d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 26 Jul 2016 14:18:58 +0200 Subject: [PATCH] syncthing: update to 0.14.1. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index f1536f6958c..8e1cad45944 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.0 +version=0.14.1 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=bfa25ee766be4fb53c98df9aad99f57e562715280ed73445abe15ce2a713588e +checksum=476b73584b51d917f529603e8a360bdf2e5ef269a91da27fbf0a5356b8c41c7a pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go