Skip to content

Commit 2fd17aa

Browse files
authored
tuic-client: update to 1.8.3 (#660)
1 parent 1fc73e7 commit 2fd17aa

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tuic-client/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
include $(TOPDIR)/rules.mk
66

77
PKG_NAME:=tuic-client
8-
PKG_VERSION:=1.8.2
8+
PKG_VERSION:=1.8.3
99
PKG_RELEASE:=1
1010

1111
PKG_LICENSE_FILES:=LICENSE
@@ -15,23 +15,23 @@ include $(INCLUDE_DIR)/package.mk
1515

1616
ifeq ($(ARCH),aarch64)
1717
TUIC_ARCH:=tuic-client-aarch64-linux-musl
18-
PKG_HASH:=7e1d8b1c52209804a75260238f77cfb0129c63735a8bdd8cb774c91f6bba721e
18+
PKG_HASH:=284c86358ac4712988114cb6b23c48e64406b8ada729c53aa540037a35e60c11
1919
else ifeq ($(ARCH),arm)
2020
# Referred to golang/golang-values.mk
2121
ARM_CPU_FEATURES:=$(word 2,$(subst +,$(space),$(call qstrip,$(CONFIG_CPU_TYPE))))
2222
ifeq ($(ARM_CPU_FEATURES),)
2323
TUIC_ARCH:=tuic-client-armv7-linux-musl
24-
PKG_HASH:=37e3d7ac7eb785d8414b13505dee2d8f33002c622cee7b0942d5d7940219fde3
24+
PKG_HASH:=6ca5a01082dc460211eaad126df821077cbe5a4b4b0538ae14ed34e794e1234d
2525
else
2626
TUIC_ARCH:=tuic-client-armv7-linux-muslhf
27-
PKG_HASH:=139b707e297357db2fdd79ff1906f7f73e1ea027efa459c787be4d86ec70e9b0
27+
PKG_HASH:=d6001294449c85b1359d33c4906b61df896865aba05e6657e457a0340ac6b81d
2828
endif
2929
else ifeq ($(ARCH),i386)
3030
TUIC_ARCH:=tuic-client-i686-linux-musl
31-
PKG_HASH:=bc1850c816d24beafc63973ea4f17397c1fcf7b850930611383f8dd5bb1d7940
31+
PKG_HASH:=6150a414237e90a2c9b70302669801fc94be6a1fee111948e89f80efa095086e
3232
else ifeq ($(ARCH),x86_64)
3333
TUIC_ARCH:=tuic-client-x86_64-linux-musl
34-
PKG_HASH:=735bfa6704db5603e13072e671a02684c490f8437845eef797d623b1955b619a
34+
PKG_HASH:=c913ea6e93b00545b05af454efc39e984bba4852a23df57dc9806bdd08d289fa
3535
# Set the default value to make OpenWrt Package Checker happy
3636
else
3737
PKG_SOURCE:=dummy

0 commit comments

Comments
 (0)