mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
syncthing: update to 1.15.1.
fixes CVE-2021-21404
This commit is contained in:
parent
ea77ad409b
commit
ad605fa27f
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=1.14.0
|
version=1.15.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/syncthing/syncthing"
|
go_import_path="github.com/syncthing/syncthing"
|
||||||
go_package="
|
go_package="
|
||||||
${go_import_path}/cmd/stdiscosrv
|
${go_import_path}/cmd/stdiscosrv
|
||||||
${go_import_path}/cmd/stcli
|
|
||||||
${go_import_path}/cmd/strelaysrv
|
${go_import_path}/cmd/strelaysrv
|
||||||
${go_import_path}/cmd/syncthing"
|
${go_import_path}/cmd/syncthing"
|
||||||
go_build_tags="noupgrade"
|
go_build_tags="noupgrade"
|
||||||
|
@ -18,7 +17,7 @@ license="MPL-2.0"
|
||||||
homepage="http://syncthing.net/"
|
homepage="http://syncthing.net/"
|
||||||
changelog="https://github.com/syncthing/syncthing/releases"
|
changelog="https://github.com/syncthing/syncthing/releases"
|
||||||
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=ab34f328fdca5a1a334af844787e72e6a80988830a5223d82a915efe038433ec
|
checksum=ad7276cec428f1b680a660179a29708a68d4214d58c73043453b5a164e316c92
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
GOARCH= go generate \
|
GOARCH= go generate \
|
||||||
|
|
Loading…
Add table
Reference in a new issue