From 6e6427a3fb6d163df46459957ce4329f88817c15 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 17 Dec 2016 12:56:30 +0100 Subject: [PATCH] syncthing: update to 0.14.15. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index d1e631cdc59..dfa0d7b317b 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.14 +version=0.14.15 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=a719570ebe206a1ad97044db73d92298131d3858d5af8a22e579627592c52a4e +checksum=3e28e80ada8efc0c7ee5ddffc950befcea7d87aa2b456ce60df8e681baa80cc9 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go