syncthing: update to 0.14.5.

This commit is contained in:
Duncaen 2016-08-23 12:12:33 +02:00
parent 5d76dca6bd
commit 8497e0dbbd

View file

@ -1,6 +1,6 @@
# Template file for 'syncthing' # Template file for 'syncthing'
pkgname=syncthing pkgname=syncthing
version=0.14.4 version=0.14.5
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=5c29e2d3de4c35cf917df801c50a195f1cea612a31879c28a8474ce923c23551 checksum=32979e333a77dcd4e2ba9cb9c74404f9fd06891032c84b1285bcb779c9e132b6
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