try to fix pkg_url

This commit is contained in:
GD-Slime 2023-06-18 12:43:24 +08:00
parent 38db25803d
commit 7b61cba321
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ ifeq ($(ARCH),x86_64)
endif
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(ARCH)-openwrt-linux-$(TARGET_ARCH).tar.gz
PKG_SOURCE_URL:=https://cnt2.cf/fidx.html\#/webd/$(PKG_VERSION)/
SOURCE_URL:=https://cnt2.cf/fidx.html\#
PKG_SOURCE_URL:=$(SOURCE_URL)/webd/$(PKG_VERSION)/
PKG_HASH:=skip
UNTAR_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)