syncthing: update to 1.15.1.

fixes CVE-2021-21404
This commit is contained in:
Duncaen 2021-04-06 14:23:30 +02:00
parent ea77ad409b
commit ad605fa27f
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,12 +1,11 @@
# Template file for 'syncthing'
pkgname=syncthing
version=1.14.0
version=1.15.1
revision=1
build_style=go
go_import_path="github.com/syncthing/syncthing"
go_package="
${go_import_path}/cmd/stdiscosrv
${go_import_path}/cmd/stcli
${go_import_path}/cmd/strelaysrv
${go_import_path}/cmd/syncthing"
go_build_tags="noupgrade"
@ -18,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=ab34f328fdca5a1a334af844787e72e6a80988830a5223d82a915efe038433ec
checksum=ad7276cec428f1b680a660179a29708a68d4214d58c73043453b5a164e316c92
pre_build() {
GOARCH= go generate \