cloudflared: update to 2022.9.1

This commit is contained in:
marmeladema 2022-10-02 13:28:51 +00:00 committed by Piraty
parent 64cca03852
commit 2334fd61cb
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'cloudflared'
pkgname=cloudflared
version=2022.8.2
version=2022.9.1
revision=1
build_style=go
go_import_path=github.com/cloudflare/cloudflared
@ -12,7 +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=45ff0c9b95997e2f1795b08af5c3ed2fc19d2d3cb35391c01452163003b858a1
checksum=4919eef5814b4ecc41e1359f9546389688194c9e893b4de3c40b0e3cd2919605
pre_build() {
go_ldflags+=" -X \"main.BuildTime=$(date -u '+%Y-%m-%d-%H:%M UTC')\""