syncthing: update to 0.14.52.
This commit is contained in:
parent
8419b2bd0b
commit
c77160dced
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=0.14.51
|
version=0.14.52
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/syncthing/syncthing"
|
go_import_path="github.com/syncthing/syncthing"
|
||||||
|
@ -13,7 +13,7 @@ license="MPL-2.0"
|
||||||
#changelog="https://github.com/syncthing/syncthing/releases"
|
#changelog="https://github.com/syncthing/syncthing/releases"
|
||||||
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=849b556bf95aa231f02e001d29316a6a3d06bb0b5f7d295cd474e5a69aa7edf0
|
checksum=8ce574ddcc9965d45f2caf7c5453da73f19fbed856ef583ccda452c96ca9a70c
|
||||||
|
|
||||||
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