syncthing: update to 1.6.1.

This commit is contained in:
Duncaen 2020-06-02 14:13:23 +02:00
parent cd92a430e3
commit b0f07de577
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'syncthing'
pkgname=syncthing
version=1.5.0
version=1.6.1
revision=1
build_style=go
go_import_path="github.com/syncthing/syncthing"
@ -18,10 +18,12 @@ 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=8735fee66886987702eb2484120c09dcdfe2c480da0304c727bd6f8ca0a6803f
checksum=19d1b3cd02ec24e502ac259a525359c638e5f39e6c82faeb8836848f30a186ca
pre_build() {
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go
GOARCH= go generate \
github.com/syncthing/syncthing/lib/api/auto \
github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto
}
post_install() {