syncthing: update to 1.13.0.

This commit is contained in:
Duncaen 2021-02-02 20:02:24 +01:00
parent c014f68a51
commit 3056472b7b
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'syncthing' # Template file for 'syncthing'
pkgname=syncthing pkgname=syncthing
version=1.12.1 version=1.13.0
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/syncthing/syncthing" go_import_path="github.com/syncthing/syncthing"
@ -18,7 +18,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=5751365374e03c32f731aeb1d07f7df0984eca30e14878d636b91cd35f0db1c3 checksum=b31d4a323c6c970c580ecab3fd2327c5ba2709286b766b157139a5e393795bc2
pre_build() { pre_build() {
GOARCH= go generate \ GOARCH= go generate \