From 59032e3d532f3b5f6b5157590f2281278c78e59b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 8 Apr 2020 12:35:55 +0200 Subject: [PATCH] syncthing: update to 1.4.2. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 39e8a4c84e4..cebce17e8b8 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.4.1 +version=1.4.2 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -18,7 +18,7 @@ license="MPL-2.0" homepage="http://syncthing.net/" changelog="https://github.com/syncthing/syncthing/releases" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=df3bac1745f1713d74c57f9514d5ca9d18c31a3e1e7e9bd59e53d860b3e80688 +checksum=8262f14730c01f537047f20fecf8426ab9a99cedd40c944ea40a4bc72758dcb1 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go