syncthing: update to 0.14.3.
This commit is contained in:
parent
faa1ba78dd
commit
f576c789ba
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'syncthing'
|
||||
pkgname=syncthing
|
||||
version=0.14.2
|
||||
version=0.14.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/syncthing/syncthing"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|||
license="MPLv2"
|
||||
homepage="http://syncthing.net/"
|
||||
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=ba35d052573d1d12dbe648156df43b812a9c6d81df90861a0eb49a2aaab29ed9
|
||||
checksum=1c7ce74db4bf780463c04ed3d5677296ad2bb347f3e35fe4229eb26893a6604a
|
||||
|
||||
pre_build() {
|
||||
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go
|
||||
|
|
Loading…
Reference in a new issue