From 8df470e3d4e9db851871ef90d7823179d974a033 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 6 Jan 2021 19:18:39 +0100 Subject: [PATCH] syncthing: update to 1.12.1. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 41c31cdbe8..8c9dc67fbf 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.12.0 +version=1.12.1 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=38782a448868a4bcbb4b9761b467e3c059b4b0f9896b432090526940f28117c7 +checksum=5751365374e03c32f731aeb1d07f7df0984eca30e14878d636b91cd35f0db1c3 pre_build() { GOARCH= go generate \