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.5.1 #5734

Merged
merged 2 commits into from
May 29, 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 = 2023.3.1
PKG_VERS = 2023.5.1
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-2023.3.1.tar.gz SHA1 15b934fcd873bf8294c84a3e3b87e2f4fa5d8a22
cloudflared-2023.3.1.tar.gz SHA256 cdd0f02fc4170842c8210db2b700bad88d8a7b5d00fb8f7336073737f11fc718
cloudflared-2023.3.1.tar.gz MD5 6a49d6ccb64ea81eb7e49d4dd50dcff1
cloudflared-2023.5.1.tar.gz SHA1 3d03b6143c8526b070514742e7e00e97dc89c883
cloudflared-2023.5.1.tar.gz SHA256 ee2c2a4b0c290c39475f79ab74972dfbce817df8e5090813cad0e58f33836194
cloudflared-2023.5.1.tar.gz MD5 a70041c8e1a5dab20451a36823faa13f
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 = 2023.3.1
SPK_REV = 7
SPK_VERS = 2023.5.1
SPK_REV = 8
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 2023.3.1"
CHANGELOG = "Update to 2023.5.1"

WIZARDS_DIR = src/wizard/

Expand Down