From 08d7638ce97b88d92d1784b36ceddb79dbfc6fb6 Mon Sep 17 00:00:00 2001 From: Beginner <70857188+Beginner-Go@users.noreply.github.com> Date: Fri, 29 Oct 2021 13:20:01 +0800 Subject: [PATCH] frp: update to 0.38.0 (#8139) Co-authored-by: Chukun Pan --- package/lean/frp/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/lean/frp/Makefile b/package/lean/frp/Makefile index 99117b5e7..22db073eb 100644 --- a/package/lean/frp/Makefile +++ b/package/lean/frp/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=frp -PKG_VERSION:=0.37.1 -PKG_RELEASE:=1 +PKG_VERSION:=0.38.0 +PKG_RELEASE:=$(AUTORELESE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/fatedier/frp/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=e2c1f93d504ae3bbe3407aaec43efa5c5f09b6d1a35306b58808c4f36b53f396 +PKG_HASH:=8a5e1af0455916ee17e1ad8d8bad32b637e50226d4bc991c0052fef88efc4745 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -54,7 +54,7 @@ define frp/templates $$(INSTALL_DIR) $$(1)/usr/bin $$(INSTALL_BIN) $$(PKG_INSTALL_DIR)/usr/bin/$(1) $$(1)/usr/bin/ - + $(STAGING_DIR_HOST)/bin/upx --lzma --best $$(1)/usr/bin/$(1) || true endef endef