mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 20:19:30 +08:00
uugamebooster bump to v2.21.12 (#390)
This commit is contained in:
parent
76c5c3820d
commit
d756fda9f1
@ -12,7 +12,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=uugamebooster
|
||||
PKG_VERSION:=v2.19.10
|
||||
PKG_VERSION:=v2.21.12
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@ -31,22 +31,22 @@ endef
|
||||
|
||||
ifeq ($(ARCH),arm)
|
||||
UU_ARCH:=arm
|
||||
PKG_MD5SUM:=80c1007048efb9fc0046ab4b3dca6212
|
||||
PKG_MD5SUM:=3d022c05301bcec94dcf8ae8945ca223
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),aarch64)
|
||||
UU_ARCH:=aarch64
|
||||
PKG_MD5SUM:=35570491c21efd6fa892e5c1faeb9cc6
|
||||
PKG_MD5SUM:=f062220b51418083412e9691feb1be55
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),mipsel)
|
||||
UU_ARCH:=mipsel
|
||||
PKG_MD5SUM:=19283785b10e3d22aedf9c40b06160a5
|
||||
PKG_MD5SUM:=a99db0b7faf58b66c123427ef9b97f9c
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
UU_ARCH:=x86_64
|
||||
PKG_MD5SUM:=9d689602537f14579d8ac58298436d24
|
||||
PKG_MD5SUM:=51502e89ca80ae960a2330a01b8f2b3b
|
||||
endif
|
||||
|
||||
PKG_SOURCE_URL:=https://uu.gdl.netease.com/uuplugin/openwrt-$(UU_ARCH)/$(PKG_VERSION)/uu.tar.gz?
|
||||
|
Loading…
Reference in New Issue
Block a user