From 9e06d09100423d752ed693f8a58c455b0e61c67b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 8 May 2019 23:56:49 +0200 Subject: [PATCH] syncthing: update to 1.1.3. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 894a54d0e2..ba24b976cb 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.1.2 +version=1.1.3 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -14,7 +14,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=15ffdd5b8c8c7b89ac11eff8a3cbc6d1bfcf4cf7357537c9c68a008a3c301bea +checksum=8d0817a6ec365da48b4914c89dd31a9304355bf250ce6aef260f587eac38a3f7 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go