From 54108406ca242bc8294434bc9c64e8042dda8b7e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 10 Aug 2016 14:54:51 +0200 Subject: [PATCH] syncthing: update to 0.14.4. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index cd91642425c..e9c696f8a82 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.3 +version=0.14.4 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=1c7ce74db4bf780463c04ed3d5677296ad2bb347f3e35fe4229eb26893a6604a +checksum=5c29e2d3de4c35cf917df801c50a195f1cea612a31879c28a8474ce923c23551 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go