Skip to content

Commit

Permalink
Merge pull request coolsnowwolf#643 from mitsukileung/patch-2
Browse files Browse the repository at this point in the history
frp: update to 0.47.0
  • Loading branch information
coolsnowwolf authored Feb 15, 2023
2 parents 85c5d4b + 201e5c4 commit f7f4fa0
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
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=frp
PKG_VERSION:=0.46.1
PKG_VERSION:=0.47.0
PKG_RELEASE:=$(AUTORELEASE)

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

PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
Expand Down

0 comments on commit f7f4fa0

Please sign in to comment.