syncthing: update to 0.14.22.
This commit is contained in:
parent
4e39cfbf7b
commit
e7f3bcc9c0
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=0.14.21
|
version=0.14.22
|
||||||
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=b46e67e16f64631b956b6724afd229876a1fee95c12dae4ae211d2623e35fdf6
|
checksum=ab68de8fb59ff8519ccc4c1b26c516b7814e5a2b910e110a7b93123ca3363b02
|
||||||
|
|
||||||
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 a new issue