From 012c46d754d27ebd4c889827b2a227814049836e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 2 Oct 2018 15:09:41 +0200 Subject: [PATCH] syncthing: update to 0.14.51. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index a3c48168269..08a01e30760 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.50 +version=0.14.51 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -13,7 +13,7 @@ license="MPL-2.0" #changelog="https://github.com/syncthing/syncthing/releases" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=3ff9af7393bbeed6f92b04ae3243e4be688037510d83145d5306c619eb90ae42 +checksum=849b556bf95aa231f02e001d29316a6a3d06bb0b5f7d295cd474e5a69aa7edf0 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go