cloudflared: update to version 2022.10.3

This commit is contained in:
marmeladema 2022-11-14 08:59:57 +00:00 committed by Michal Vasilek
parent 84eadac4a4
commit e9ab457db7
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'cloudflared'
pkgname=cloudflared
version=2022.9.1
version=2022.10.3
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=4919eef5814b4ecc41e1359f9546389688194c9e893b4de3c40b0e3cd2919605
checksum=e49db875da7513d8ae950b20c636225016022866850ff3df2484c0f56cdc4bc4
pre_build() {
go_ldflags+=" -X \"main.BuildTime=$(date -u '+%Y-%m-%d-%H:%M UTC')\""