syncthing: update to 1.1.2.

This commit is contained in:
Duncaen 2019-05-07 11:20:15 +02:00
parent 480405ddb2
commit 4837f07084

View file

@ -1,6 +1,6 @@
# Template file for 'syncthing' # Template file for 'syncthing'
pkgname=syncthing pkgname=syncthing
version=1.1.1 version=1.1.2
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/syncthing/syncthing" go_import_path="github.com/syncthing/syncthing"
@ -14,7 +14,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=cc95b859a9e0e6626a36f2cc510bbdf6b6397aac2c32000c3fa41cd3953da07f checksum=15ffdd5b8c8c7b89ac11eff8a3cbc6d1bfcf4cf7357537c9c68a008a3c301bea
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