From acc3c0d23d06de31af5a92f349ccfd6d5c0cff1e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 6 Sep 2016 14:38:44 +0200 Subject: [PATCH] syncthing: update to 0.14.6. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 8dedcf83865..ecf2c5a14e8 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.5 +version=0.14.6 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=32979e333a77dcd4e2ba9cb9c74404f9fd06891032c84b1285bcb779c9e132b6 +checksum=481d9e88db0c3b3e9b0c796fa6dbb62447f0da69022c77f0065370873b0909ff pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go