From 0c48b6656575758348b1bf2aa50bf55bed98df55 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 3 May 2022 17:33:26 +0200 Subject: [PATCH] syncthing: update to 1.20.0. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 6a267339527..10166603a68 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.19.2 +version=1.20.0 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -17,7 +17,7 @@ license="MPL-2.0" homepage="https://syncthing.net/" changelog="https://github.com/syncthing/syncthing/releases" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=81be2d3b22fa7282eee9cc1dc7569975fa62e7149700dcedaf03d372fb012a1e +checksum=27d9b52f18ebd833938731ffaaeed4f34ced534ef3d1ed2bc126a495764f753d pre_build() { GOARCH= go generate \