syncthing: update to 0.14.40.

This commit is contained in:
Duncaen 2017-11-08 12:44:56 +01:00
parent 9f757e7e52
commit 137ef65562

View File

@ -1,7 +1,7 @@
# Template file for 'syncthing' # Template file for 'syncthing'
pkgname=syncthing pkgname=syncthing
version=0.14.39 version=0.14.40
revision=2 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_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing" go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing"
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MPLv2" license="MPLv2"
homepage="http://syncthing.net/" homepage="http://syncthing.net/"
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
checksum=0a4a64615c3080aab9285bbe9746ae2c6b9cc8fa0ce2ec7dd9b1dd9b801ff89c checksum=b9820dceb472531f20ebd18ab53a66876970c9d78d22c93ff53c3c879363d6be
pre_build() { pre_build() {
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go