From d2ee71571bb857f023ddef94c63121f0605c7616 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 9 Jul 2019 12:05:25 +0200 Subject: [PATCH] syncthing: update to 1.2.0. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 0b9994ee0d8..32ed74c0b53 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.1.4 +version=1.2.0 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=99f34f6b3f3289ca8526eb18cbe453efdd81f3e48838d85527acb0177a13f48c +checksum=64e4f0e5b19d595898fa0c1bf4a28fffa06fbe3ee0781762d39428e2f4733956 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go