From 3d9a049d404d3c3c266607e7cfe79c90613da02e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 4 May 2022 19:40:52 +0200 Subject: [PATCH] syncthing: update to 1.20.1. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index d1cdcc490bb..7d5c7893b3e 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.20.0 +version=1.20.1 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -16,7 +16,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=27d9b52f18ebd833938731ffaaeed4f34ced534ef3d1ed2bc126a495764f753d +checksum=4b355eda64b9f52d53b34ab99a1ff73dc3d5ad5e43086223e7fc7f4d05a58a05 pre_build() { GOARCH= go generate \