syncthing: update to 0.14.25.

This commit is contained in:
Duncaen 2017-03-21 02:33:54 +01:00
parent 4866a01771
commit 71c802fa2e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'syncthing' # Template file for 'syncthing'
pkgname=syncthing pkgname=syncthing
version=0.14.24 version=0.14.25
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=6538536d4c1c17dc20e1f1253f7a393ea7cf2f993d27b41e74d98af5963c2fc3 checksum=ce9a3dcde37bb892d403e2f7f27b8ec6de5680f67bb7e29882a866ed86382592
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