This commit is contained in:
GD-Slime 2024-03-10 00:54:01 +08:00 committed by GitHub
parent 65d657119e
commit 0d99af51c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=webd
PKG_VERSION:=20240302
PKG_VERSION:=20240223
PKG_RELEASE:=$(AUTORELESE)
include $(INCLUDE_DIR)/package.mk
@ -78,7 +78,7 @@ ifeq ($(ARCH),aarch64)
endif
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(TARGET_ARCH)-openwrt-linux-$(TARGET_BOARD).tar.gz
PKG_SOURCE_URL:=https://cnt2.cf/fidx.html#webd/$(PKG_VERSION)/
PKG_SOURCE_URL:=https://cnt2.cf/webd/$(PKG_VERSION)/
PKG_HASH:=skip
UNTAR_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)