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