From 2c0eba2775cb780422a67282b336882278bd00b4 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 5 Jun 2018 15:28:46 +0200 Subject: [PATCH] syncthing: update to 0.14.48. --- srcpkgs/syncthing/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index e5f7376d189..803dbb17ef4 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.47 -revision=2 +version=0.14.48 +revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/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=2c34e711ed0b0eb78f18822adc1621e204c5a6193298ad711934517949ce816d +checksum=4cd5fdc11765b87fbc08768edbb3b9b2da03d82242d613b6adb76913481f6e3f pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go