Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloudflared: update to 2023.1.0 #5566

Merged
merged 1 commit into from
Jan 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cross/cloudflared/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = cloudflared
PKG_VERS = 2022.12.1
PKG_VERS = 2023.1.0
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/cloudflare/cloudflared/archive
Expand Down
6 changes: 3 additions & 3 deletions cross/cloudflared/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cloudflared-2022.12.1.tar.gz SHA1 ae2de7713fd701bec80c17428fe7cdf7707221b1
cloudflared-2022.12.1.tar.gz SHA256 8cc5c41ea98a9d72687d5f62e733a9033191e834e4fa9b2aecc557f0ccfbda56
cloudflared-2022.12.1.tar.gz MD5 5ca63e0e29df90338ba92bb9c589315e
cloudflared-2023.1.0.tar.gz SHA1 92568ab83012399db2c4a60c7b04acd46775d5b6
cloudflared-2023.1.0.tar.gz SHA256 68b66ec333329cda386b304a333b6f24e3ecc09696184603ca37426d522c4cd2
cloudflared-2023.1.0.tar.gz MD5 39f92114e445a9aedf33e0c78ea69efe
6 changes: 3 additions & 3 deletions spk/cloudflared/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = cloudflared
SPK_VERS = 2022.12.1
SPK_REV = 5
SPK_VERS = 2023.1.0
SPK_REV = 6
SPK_ICON = src/cloudflared.png
DSM_UI_DIR = app

Expand All @@ -12,7 +12,7 @@ DISPLAY_NAME = cloudflared
DESCRIPTION = Cloudflare Tunnel client (formerly Argo Tunnel).
HOMEPAGE = https://github.com/cloudflare/cloudflared
LICENSE = Apache-2.0
CHANGELOG = "Update to 2022.12.1"
CHANGELOG = "Update to 2023.1.0"

WIZARDS_DIR = src/wizard/

Expand Down