File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'cloudflared'
22pkgname=cloudflared
3- version=2024.9.1
3+ version=2026.1.2
44revision=1
55build_style=go
66go_import_path=github.com/cloudflare/cloudflared
77go_package="${go_import_path}/cmd/cloudflared"
88go_ldflags="-X \"main.Version=${version}\""
9+ make_check_args="-skip ^(TestFunnelIdleTimeout|TestReuseFunnel|TestICMPRouterEcho|TestTraceICMPRouterEcho|TestConcurrentRequestsToSameDst|TestICMPRouterRejectNotEcho|TestHTTP2ConfigurationSet|TestServeHTTP|TestServeWS|TestNoWriteAfterServeHTTPReturns|TestServeControlStream|TestFailRegistration|TestGracefulShutdownHTTP2|TestServeTCP_RateLimited)$"
910hostmakedepends="go"
1011short_desc="Cloudflare Tunnel client"
1112maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
1213license="Apache-2.0"
1314homepage="https://developers.cloudflare.com/argo-tunnel/"
1415changelog="https://raw.githubusercontent.com/cloudflare/cloudflared/master/CHANGES.md"
1516distfiles="https://github.com/cloudflare/cloudflared/archive/${version}.tar.gz"
16- checksum=f96b703ea848bc538322eb957749b0b2395e0cf83213cf310cbde0a3f598eac4
17+ checksum=5e6a8e81de61f180ddee8cfb1b58e4978729bfacd774affa343867dca6fa244f
1718
1819pre_build() {
1920 go_ldflags+=" -X \"main.BuildTime=$(date -u '+%Y-%m-%d-%H:%M UTC')\""
You can’t perform that action at this time.
0 commit comments