syncthing: update to 0.14.33.

This commit is contained in:
Duncaen 2017-07-26 18:32:26 +02:00
parent 3771028391
commit ee1c13303d

View file

@ -1,6 +1,6 @@
# Template file for 'syncthing' # Template file for 'syncthing'
pkgname=syncthing pkgname=syncthing
version=0.14.32 version=0.14.33
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/syncthing/syncthing" go_import_path="github.com/syncthing/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=d5b5d5bcb1b13f47d7889d9dbe7e13fed6080750fb4a93241a7fb7cf6324a463 checksum=318fb0b5870ac5ea6228a27c59b48bad1cc3daeace50681fad8cb9b89b30ee2c
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