syncthing: update to 1.18.0.
This commit is contained in:
parent
e63def9ac8
commit
525d8e1b66
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=1.17.0
|
version=1.18.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/syncthing/syncthing"
|
go_import_path="github.com/syncthing/syncthing"
|
||||||
|
@ -17,7 +17,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=497365c08a11cdc1c80ff55316d3c3842dfaa3aaaf063bb10118ab93706a37b1
|
checksum=f3f102d3c0448baf762c814d2952eec90dc56347f87e27346ecd36a5e2c9515d
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
GOARCH= go generate \
|
GOARCH= go generate \
|
||||||
|
|
Loading…
Reference in a new issue