syncthing: update to 0.14.1.
This commit is contained in:
parent
8826f5fcb3
commit
246b1e5da1
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'syncthing'
|
||||
pkgname=syncthing
|
||||
version=0.14.0
|
||||
version=0.14.1
|
||||
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=bfa25ee766be4fb53c98df9aad99f57e562715280ed73445abe15ce2a713588e
|
||||
checksum=476b73584b51d917f529603e8a360bdf2e5ef269a91da27fbf0a5356b8c41c7a
|
||||
|
||||
pre_build() {
|
||||
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go
|
||||
|
|
Loading…
Reference in New Issue