Skip to content

Commit 14c1295

Browse files
authored
naiveproxy:Update to 108.0.5359.94-1 (Openwrt-Passwall#2219)
1 parent 516e7a0 commit 14c1295

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

naiveproxy/Makefile

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

77
PKG_NAME:=naiveproxy
8-
PKG_VERSION:=107.0.5304.87-3
8+
PKG_VERSION:=108.0.5359.94-1
99
PKG_RELEASE:=$(AUTORELEASE)
1010

1111
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1212
PKG_SOURCE_URL:=https://codeload.github.com/klzgrad/naiveproxy/tar.gz/v$(PKG_VERSION)?
13-
PKG_HASH:=a97787c8fff1d3569398dd9cbd263ca8688c919352db08478d2cc2668559cf23
13+
PKG_HASH:=a082b1d737a42de37bda376042d42ea6c8e2a04bf06627c3435593f1d6c21d68
1414

1515
PKG_LICENSE:=BSD 3-Clause
1616
PKG_LICENSE_FILES:=LICENSE
@@ -58,31 +58,31 @@ ifneq ($(CONFIG_CCACHE),)
5858
export naive_ccache_flags=cc_wrapper="$(CCACHE)"
5959
endif
6060

61-
CLANG_VER:=16-init-4609-g025a5b22-2
61+
CLANG_VER:=16-init-6578-g0d30e92f-2
6262
CLANG_FILE:=clang-llvmorg-$(CLANG_VER).tgz
6363
define Download/CLANG
6464
URL:=https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64
6565
URL_FILE:=$(CLANG_FILE)
6666
FILE:=$(CLANG_FILE)
67-
HASH:=bbcf6a3456cb6d8648a6bb15fca27bcb77902318090d2eee6cbc9472acc0ef69
67+
HASH:=aa3a115ee2d19eead9bbee92350949c9d931f755b0b433703571e2f2154822b4
6868
endef
6969

70-
GN_VER:=fff29c1b3f9703ea449f720fe70fa73575ef24e5
70+
GN_VER:=b9c6c19be95a3863e02f00f1fe403b2502e345b6
7171
GN_FILE:=gn-git_revision-$(GN_VER).zip
7272
define Download/GN_TOOL
7373
URL:=https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+
7474
URL_FILE:=git_revision:$(GN_VER)
7575
FILE:=$(GN_FILE)
76-
HASH:=3fa137a6a090f5ac69593de6b19f8bfe6115e2383f15b6394509d431eea3cb5b
76+
HASH:=74707aafd30bc4c725e4d251568883e46bc2f92c8e41a6ab62e99c29ac2f6778
7777
endef
7878

79-
PGO_VER:=5304-1666778341-6952d9583ad8c5425ae6677daa28778c2175311f
79+
PGO_VER:=5359-1669656947-a415d5db65dd3e05ade5e2d1d5f3750801174642
8080
PGO_FILE:=chrome-linux-$(PGO_VER).profdata
8181
define Download/PGO_PROF
8282
URL:=https://storage.googleapis.com/chromium-optimization-profiles/pgo_profiles
8383
URL_FILE:=$(PGO_FILE)
8484
FILE:=$(PGO_FILE)
85-
HASH:=7ac8186cec385515c6164dbfe05b05e4c6c2b25b5733e2d6b2c932670b2bd6cf
85+
HASH:=e71bcc45bf3acdc2624cb00557428a0922b62bfff8d68b81fe533ccd863426d5
8686
endef
8787

8888
define Build/Prepare

0 commit comments

Comments
 (0)