Skip to content

Commit

Permalink
frp: update to 0.51.0
Browse files Browse the repository at this point in the history
XTCP is incompatible with previous versions since 0.49.0.

Changelog:
https://github.com/fatedier/frp/releases/tag/v0.49.0
https://github.com/fatedier/frp/releases/tag/v0.50.0
https://github.com/fatedier/frp/releases/tag/v0.51.0

Signed-off-by: Van Waholtz <[email protected]>
(cherry picked from commit 62901b7)
  • Loading branch information
brvphoenix authored and 1715173329 committed Jul 8, 2023
1 parent dab33cf commit 50a6801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/frp/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=frp
PKG_VERSION:=0.50.0
PKG_VERSION:=0.51.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/fatedier/frp/tar.gz/v${PKG_VERSION}?
PKG_HASH:=e33b5c88246acee63e098114acd0f10dddbbfe7095ada854b814f86869221f8e
PKG_HASH:=80ccfa40c4e25309ddb48818f6342bc59f7639be83ab6ef59ffab5caeedc37e8

PKG_MAINTAINER:=Richard Yu <[email protected]>
PKG_LICENSE:=Apache-2.0
Expand Down

0 comments on commit 50a6801

Please sign in to comment.