syncthing: update to 0.14.45.
This commit is contained in:
parent
b495eb4620
commit
2150f0f2d7
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=0.14.44
|
version=0.14.45
|
||||||
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=705a957f860fbc44999cd8f32699ff8c7910f2da65ffe46b010899897373b6b9
|
checksum=5e24b02dc3cd538b2b9a5e8506edddf6d12fe7d7f12f26b83b08aca8dffa4006
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue