From ee1c13303d229c4fb58912cc209c838b602af77e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 26 Jul 2017 18:32:26 +0200 Subject: [PATCH] syncthing: update to 0.14.33. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 854840bfd8c..6525b0b62d1 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.32 +version=0.14.33 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=d5b5d5bcb1b13f47d7889d9dbe7e13fed6080750fb4a93241a7fb7cf6324a463 +checksum=318fb0b5870ac5ea6228a27c59b48bad1cc3daeace50681fad8cb9b89b30ee2c pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go