cloudflared: update to 2023.2.1

This commit is contained in:
marmeladema 2023-01-30 11:18:33 +00:00 committed by Michal Vasilek
parent a4621d9ef2
commit 63de92f0aa
1 changed files with 2 additions and 2 deletions

View File

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