From 2da56532924b7c284fed65cf37179e4e9542815f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 1 May 2018 13:23:33 +0200 Subject: [PATCH] syncthing: update to 0.14.47. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 42d4411a4b7..7b13341be88 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.46 +version=0.14.47 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=2a2d6472935b6b125a6f028a7fbfe27fd30a6bb0fbadc1d920b2314c9fb31ac3 +checksum=2c34e711ed0b0eb78f18822adc1621e204c5a6193298ad711934517949ce816d pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go