cloudflared: update to 2022.8.0
This commit is contained in:
parent
765cfbebac
commit
8ff0ae6f89
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cloudflared'
|
||||
pkgname=cloudflared
|
||||
version=2022.7.1
|
||||
version=2022.8.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/cloudflare/cloudflared
|
||||
|
@ -12,8 +12,7 @@ license="Apache-2.0"
|
|||
homepage="https://developers.cloudflare.com/argo-tunnel/"
|
||||
changelog="https://raw.githubusercontent.com/cloudflare/cloudflared/master/CHANGES.md"
|
||||
distfiles="https://github.com/cloudflare/cloudflared/archive/${version}.tar.gz"
|
||||
checksum=3a822faaed7ae90be5ba4920f9226cd85367402d2c5a2bf2f0732c37cad6599d
|
||||
broken="vendor/github.com/lucas-clemente/quic-go/internal/qtls/go119.go: can't be built on Go 1.19 yet"
|
||||
checksum=8200c1ee1064a0cdc222329328520ed3e93f689d8d0538095a1eb16b9885b1e7
|
||||
|
||||
pre_build() {
|
||||
go_ldflags+=" -X \"main.BuildTime=$(date -u '+%Y-%m-%d-%H:%M UTC')\""
|
||||
|
|
Loading…
Reference in New Issue