Skip to content

Commit

Permalink
Cloudflared & FRPC updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alde103 committed Oct 21, 2021
1 parent 135fa0b commit 5d89d7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.1-valiot.11
1.17.1-valiot.12
6 changes: 2 additions & 4 deletions packages/cloudflared/cloudflared.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
#
#############################################################

CLOUDFLARED_VERSION := 2021.4.0
CLOUDFLARED_SOURCE := cloudflared-linux-arm64
CLOUDFLARED_VERSION := 2021.10.3
CLOUDFLARED_SOURCE := cloudflared-linux-arm64
CLOUDFLARED_SITE := https://github.com/cloudflare/cloudflared/releases/download/$(CLOUDFLARED_VERSION)
CLOUDFLARED_LICENSE := CloudFlare
CLOUDFLARED_LICENSE_FILES := LICENSE

#There is no tarball package, it is a raw binary
define CLOUDFLARED_EXTRACT_CMDS
Expand Down
4 changes: 2 additions & 2 deletions packages/frpc/frpc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
#############################################################

FRPC_VERSION := 0.36.2
FRPC_VERSION := 0.37.1
FRPC_SOURCE := frp_${FRPC_VERSION}_linux_arm64.tar.gz
FRPC_SITE := https://github.com/fatedier/frp/releases/download/v$(FRPC_VERSION)
FRPC_LICENSE := Apache-2.0
Expand All @@ -20,4 +20,4 @@ define FRPC_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 755 $(@D)/frpc $(TARGET_DIR)/usr/bin/frpc
endef

$(eval $(generic-package))
$(eval $(generic-package))

0 comments on commit 5d89d7e

Please sign in to comment.