From 57442144b636abdf19cc84b1b49839f5bfad2af9 Mon Sep 17 00:00:00 2001 From: BlueChrystal <84290062+BlueChrystal@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:31:20 +0300 Subject: [PATCH] syncthing: update to 1.17.0. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 6ffaaf269c7e..0fdbbcef87f6 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.16.1 +version=1.17.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=9994380a94b298e8266fdd40238bcff3ade2c21752b9cff98ec4218fe84731ad +checksum=497365c08a11cdc1c80ff55316d3c3842dfaa3aaaf063bb10118ab93706a37b1 pre_build() { GOARCH= go generate \