mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
bump version to 2.16.2 (#7897)
This commit is contained in:
parent
f9e6ab7e08
commit
37492e08df
@ -12,8 +12,8 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=uugamebooster
|
||||
PKG_VERSION:=v2.12.0
|
||||
PKG_RELEASE:=10
|
||||
PKG_VERSION:=v2.16.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -31,22 +31,22 @@ endef
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
UU_ARCH:=x86_64
|
||||
PKG_MD5SUM:=61fffa3e17f21cca78c85b0f0bbcd7ed
|
||||
PKG_MD5SUM:=568686798bf8c6e270bb5fcf2beb4a1d
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),mipsel)
|
||||
UU_ARCH:=mipsel
|
||||
PKG_MD5SUM:=e72e9fa1761648113e9437f0e438f801
|
||||
PKG_MD5SUM:=614ea406e8fe6c74a815f71b11cb5636
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),arm)
|
||||
UU_ARCH:=arm
|
||||
PKG_MD5SUM:=3c24b9c6fceab1d2b08dfd3bd027fdf5
|
||||
PKG_MD5SUM:=3fee6bc1ace76f9ae61977bca5fe4a6f
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),aarch64)
|
||||
UU_ARCH:=aarch64
|
||||
PKG_MD5SUM:=01be691af0a2e856be80754d49fa821a
|
||||
PKG_MD5SUM:=ca5c5b0fddd41d0e326050d3c278ad61
|
||||
endif
|
||||
|
||||
PKG_SOURCE_URL:=http://uu.gdl.netease.com/uuplugin/openwrt-$(UU_ARCH)/$(PKG_VERSION)/uu.tar.gz?
|
||||
|
Loading…
Reference in New Issue
Block a user