Skip to content

Commit

Permalink
uugamebooster: Update to 3.14.4
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
(cherry picked from commit eb67b93)
  • Loading branch information
1715173329 committed Jul 3, 2023
1 parent af14ff5 commit 2ec91ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions net/uugamebooster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=uugamebooster
PKG_VERSION:=3.13.4
PKG_VERSION:=3.14.4
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(ARCH).tar.gz
PKG_SOURCE_URL:=https://uu.gdl.netease.com/uuplugin/openwrt-$(ARCH)/v$(PKG_VERSION)/uu.tar.gz?
ifeq ($(ARCH),aarch64)
PKG_HASH:=2df2d595d549701dc0d9b3531992742673723ffb97e99d483cc6ba33f485a12b
PKG_HASH:=9e169c5e7baa07416ba0d2aed9d08b3708ea9e5ab177b0c444f91832ac55c855
else ifeq ($(ARCH),arm)
PKG_HASH:=16eb208163f5bc0c57a52859cf15ac5384d81da80c9694f2534a336eb849dbfe
PKG_HASH:=480835bdf236499cc67ff844d35f439254893c4970483be22479e939ef0905b9
else ifeq ($(ARCH),mipsel)
PKG_HASH:=a6d616ecdd1ec48737045b3ce57143a4baf089a3922e4e56bc84787d85dcef0c
PKG_HASH:=82dbd3e2fe7919b651455320dfbe7fa50d0147da643a06663d551aebc1cf6d82
else ifeq ($(ARCH),x86_64)
PKG_HASH:=7b57cb29dcb6129dc1cd74e277c30418c8135a8ba00ec6dda9fb8db174af6e79
PKG_HASH:=466fab13c75f68ec46538992860b2461506953f5ffba16e145600cfc0d7d6608
endif

PKG_LICENSE:=Proprietary
Expand Down

0 comments on commit 2ec91ee

Please sign in to comment.