update 2023-10-26 09:10:42
This commit is contained in:
parent
3510e1a197
commit
e8728c0893
|
@ -12,7 +12,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=uugamebooster
|
PKG_NAME:=uugamebooster
|
||||||
PKG_VERSION:=v3.13.4
|
PKG_VERSION:=v3.15.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
@ -31,22 +31,22 @@ endef
|
||||||
|
|
||||||
ifeq ($(ARCH),arm)
|
ifeq ($(ARCH),arm)
|
||||||
UU_ARCH:=arm
|
UU_ARCH:=arm
|
||||||
PKG_MD5SUM:=d9687105b1cce30f2d2cc971251ae0a2
|
PKG_MD5SUM:=0b6a8d04f0b72d9270da295e3eb0d924
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),aarch64)
|
ifeq ($(ARCH),aarch64)
|
||||||
UU_ARCH:=aarch64
|
UU_ARCH:=aarch64
|
||||||
PKG_MD5SUM:=7b5b49364da31459fb4293a312021ab3
|
PKG_MD5SUM:=22ac7bac2e3c517b0120f182b6d406ad
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),mipsel)
|
ifeq ($(ARCH),mipsel)
|
||||||
UU_ARCH:=mipsel
|
UU_ARCH:=mipsel
|
||||||
PKG_MD5SUM:=6aca5ecec753c199fe80bcc176fe6212
|
PKG_MD5SUM:=de7b87ef7c713d9dd97423d0131eeafd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),x86_64)
|
ifeq ($(ARCH),x86_64)
|
||||||
UU_ARCH:=x86_64
|
UU_ARCH:=x86_64
|
||||||
PKG_MD5SUM:=857fa8cd2a7e9dba03db88f834cac40e
|
PKG_MD5SUM:=983e1873e74c06690e32bb7bae12883e
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://uu.gdl.netease.com/uuplugin/openwrt-$(UU_ARCH)/$(PKG_VERSION)/uu.tar.gz?
|
PKG_SOURCE_URL:=https://uu.gdl.netease.com/uuplugin/openwrt-$(UU_ARCH)/$(PKG_VERSION)/uu.tar.gz?
|
||||||
|
|
Loading…
Reference in New Issue