From 2ccc9d49c6d9587b51f09174ea3e6551d252be0b Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Fri, 6 Jan 2023 01:12:41 +0000 Subject: [PATCH] syncthing: update to 1.23.0. --- srcpkgs/syncthing/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 56d76a3ebbca..784d8383b073 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.22.2 +version=1.23.0 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -15,8 +15,8 @@ maintainer="Duncaen " 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=957d0c5a25a29e4971d044c8278409ac5ea7b961fda59ca0ac412b8bc41dd8f5 +distfiles="https://github.com/syncthing/syncthing/archive/v${version}.tar.gz" +checksum=3ac5002419d261b7d9352a621dbe20fada165372444824213b9d46910df7502e pre_build() { GOARCH= go generate \