From 525d8e1b66d16e0870ea850729467e666914b939 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 7 Jul 2021 00:09:03 +0200 Subject: [PATCH] syncthing: update to 1.18.0. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 0fdbbcef87..e8041622c0 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.17.0 +version=1.18.0 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -17,7 +17,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=497365c08a11cdc1c80ff55316d3c3842dfaa3aaaf063bb10118ab93706a37b1 +checksum=f3f102d3c0448baf762c814d2952eec90dc56347f87e27346ecd36a5e2c9515d pre_build() { GOARCH= go generate \