From 3835c26c9ce1e5010f1e77cd1d72a745f9038916 Mon Sep 17 00:00:00 2001 From: zxlhhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Sun, 4 Dec 2022 21:31:30 +0800 Subject: [PATCH] =?UTF-8?q?naiveproxy=EF=BC=9AUpdate=20to=20108.0.5359.94-?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- naiveproxy/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/naiveproxy/Makefile b/naiveproxy/Makefile index f281cd7ed..fea310d3e 100644 --- a/naiveproxy/Makefile +++ b/naiveproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=naiveproxy -PKG_VERSION:=107.0.5304.87-3 +PKG_VERSION:=108.0.5359.94-1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/klzgrad/naiveproxy/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=a97787c8fff1d3569398dd9cbd263ca8688c919352db08478d2cc2668559cf23 +PKG_HASH:=a082b1d737a42de37bda376042d42ea6c8e2a04bf06627c3435593f1d6c21d68 PKG_LICENSE:=BSD 3-Clause PKG_LICENSE_FILES:=LICENSE @@ -57,31 +57,31 @@ ifneq ($(CONFIG_CCACHE),) export naive_ccache_flags=cc_wrapper="$(CCACHE)" endif -CLANG_VER:=16-init-4609-g025a5b22-2 +CLANG_VER:=16-init-6578-g0d30e92f-2 CLANG_FILE:=clang-llvmorg-$(CLANG_VER).tgz define Download/CLANG URL:=https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64 URL_FILE:=$(CLANG_FILE) FILE:=$(CLANG_FILE) - HASH:=bbcf6a3456cb6d8648a6bb15fca27bcb77902318090d2eee6cbc9472acc0ef69 + HASH:=aa3a115ee2d19eead9bbee92350949c9d931f755b0b433703571e2f2154822b4 endef -GN_VER:=fff29c1b3f9703ea449f720fe70fa73575ef24e5 +GN_VER:=b9c6c19be95a3863e02f00f1fe403b2502e345b6 GN_FILE:=gn-git_revision-$(GN_VER).zip define Download/GN_TOOL URL:=https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+ URL_FILE:=git_revision:$(GN_VER) FILE:=$(GN_FILE) - HASH:=3fa137a6a090f5ac69593de6b19f8bfe6115e2383f15b6394509d431eea3cb5b + HASH:=74707aafd30bc4c725e4d251568883e46bc2f92c8e41a6ab62e99c29ac2f6778 endef -PGO_VER:=5304-1666778341-6952d9583ad8c5425ae6677daa28778c2175311f +PGO_VER:=5359-1669656947-a415d5db65dd3e05ade5e2d1d5f3750801174642 PGO_FILE:=chrome-linux-$(PGO_VER).profdata define Download/PGO_PROF URL:=https://storage.googleapis.com/chromium-optimization-profiles/pgo_profiles URL_FILE:=$(PGO_FILE) FILE:=$(PGO_FILE) - HASH:=7ac8186cec385515c6164dbfe05b05e4c6c2b25b5733e2d6b2c932670b2bd6cf + HASH:=e71bcc45bf3acdc2624cb00557428a0922b62bfff8d68b81fe533ccd863426d5 endef define Build/Prepare