From 5b1573c5582edc5f00d8745f786b2d14bdef4592 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 25 Jul 2018 15:01:15 +0200 Subject: [PATCH] syncthing: update to 0.14.49. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 803dbb17ef4..68fa19030d4 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.48 +version=0.14.49 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=4cd5fdc11765b87fbc08768edbb3b9b2da03d82242d613b6adb76913481f6e3f +checksum=6af41f4acda85a49eb84faebea9f7eec1cd309f2a6ed97fca9b0b79a88b494ce pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go