From 3056472b7b52f1f148cc293d1dcaab58c4339c1e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 2 Feb 2021 20:02:24 +0100 Subject: [PATCH] syncthing: update to 1.13.0. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 8c9dc67fbfe..1d27cf82139 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.12.1 +version=1.13.0 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=5751365374e03c32f731aeb1d07f7df0984eca30e14878d636b91cd35f0db1c3 +checksum=b31d4a323c6c970c580ecab3fd2327c5ba2709286b766b157139a5e393795bc2 pre_build() { GOARCH= go generate \