mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-12 07:02:05 +08:00
uugamebooster: update to 2.12.0 (#7386)
This commit is contained in:
parent
9111ddb8b1
commit
5c2745d5fc
@ -12,8 +12,8 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=uugamebooster
|
||||
PKG_VERSION:=v2.10.0
|
||||
PKG_RELEASE:=8
|
||||
PKG_VERSION:=v2.12.0
|
||||
PKG_RELEASE:=9
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -31,27 +31,27 @@ endef
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
UU_ARCH:=x86_64
|
||||
PKG_MD5SUM:=a856aebe19b9c663bdc08b257a591b40
|
||||
PKG_MD5SUM:=61fffa3e17f21cca78c85b0f0bbcd7ed
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),mipsel)
|
||||
UU_ARCH:=mipsel
|
||||
PKG_MD5SUM:=90e895012e5a03391a0c0f4759a4422c
|
||||
PKG_MD5SUM:=e72e9fa1761648113e9437f0e438f801
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),mips)
|
||||
UU_ARCH:=mipsel
|
||||
PKG_MD5SUM:=90e895012e5a03391a0c0f4759a4422c
|
||||
PKG_MD5SUM:=e72e9fa1761648113e9437f0e438f801
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),arm)
|
||||
UU_ARCH:=arm
|
||||
PKG_MD5SUM:=acc7e564b1718009cd2d94335ace1bcd
|
||||
PKG_MD5SUM:=3c24b9c6fceab1d2b08dfd3bd027fdf5
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),aarch64)
|
||||
UU_ARCH:=aarch64
|
||||
PKG_MD5SUM:=262cc28ba07d7cf84a3f487ff4fd146c
|
||||
PKG_MD5SUM:=01be691af0a2e856be80754d49fa821a
|
||||
endif
|
||||
|
||||
PKG_SOURCE_URL:=http://uu.gdl.netease.com/openwrt-$(UU_ARCH)/$(PKG_VERSION)/uu.tar.gz?
|
||||
|
Loading…
x
Reference in New Issue
Block a user