syncthing: update to 1.3.3.

This commit is contained in:
Duncaen 2020-01-07 15:55:34 +01:00
parent 927e58327e
commit eb5fa73086
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,7 +1,7 @@
# Template file for 'syncthing' # Template file for 'syncthing'
pkgname=syncthing pkgname=syncthing
version=1.3.2 version=1.3.3
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_package="
@ -18,7 +18,7 @@ license="MPL-2.0"
homepage="http://syncthing.net/" homepage="http://syncthing.net/"
changelog="https://github.com/syncthing/syncthing/releases" changelog="https://github.com/syncthing/syncthing/releases"
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
checksum=6be9515eee8d784b442495ee30f321622c73b947d4f7b06eda66677bf0c6c64f checksum=41a9f52ac8bf4d4a0f332bc630e0593ae2d6847e43bb81dc3176d22811fb1f44
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