syncthing: update to 0.12.24.
This commit is contained in:
parent
127e00c97d
commit
04fa50c0da
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=0.12.22
|
version=0.12.24
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/syncthing/syncthing"
|
go_import_path="github.com/syncthing/syncthing"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="MPLv2"
|
license="MPLv2"
|
||||||
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=104402fcd1a2d02344e32cebd9f9d6249494827e87ddd2c7d01ee43148c82d2a
|
checksum=9faf913b27feb4c532d1febd6e4fc89e60c0b1cfd9aebef4a42851e220227044
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
goarch="${GOARCH}"
|
goarch="${GOARCH}"
|
||||||
|
|
Loading…
Reference in New Issue