From 498ec36d25f45f865806c8d563a791a2ffe4aca2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 3 Sep 2019 15:12:57 +0200 Subject: [PATCH] syncthing: update to 1.2.2. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 1ee1faf8e2d..3f57b313004 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.2.1 +version=1.2.2 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=4274126059f854fa166d4610d6797116ee56be8b804abc1f4c6b02f650b78f52 +checksum=8a7961d380bbb307610d28b9f2b5565892c7d659cae85665726c3dc9a3835baa pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go