From cda27f3a17be0df9671daa4655e46e19318dd649 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:43:25 +0800 Subject: [PATCH] update 2024-01-29 13:43:25 --- naiveproxy/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/naiveproxy/Makefile b/naiveproxy/Makefile index 62b3213c..ae6f8586 100644 --- a/naiveproxy/Makefile +++ b/naiveproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=naiveproxy -PKG_VERSION:=120.0.6099.43-1 +PKG_VERSION:=121.0.6167.71-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:=b5344626f88b8b728116851d5a6f372e75557cbff878f9eda2f2fa7c2ae2e59f +PKG_HASH:=8e6d3029a0249140595fab3d668103881689f6c7ef7c65230191f674a370b309 PKG_LICENSE:=BSD 3-Clause PKG_LICENSE_FILES:=LICENSE @@ -55,22 +55,22 @@ ifneq ($(CONFIG_CCACHE),) export naive_ccache_flags=cc_wrapper="$(CCACHE)" endif -CLANG_VER:=18-init-9505-g10664813-1 +CLANG_VER:=18-init-12938-geb1d5065-1 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:=4385259d1f5a1c932a252cee70b5a9244f7a6de3f13aed4197056ef9151ad50c + HASH:=fd1628fdb22157a7328c25802a745f17f92f5210a8b62591202deb92413f52e5 endef -PGO_VER:=6099-1701163313-b23d7b20bc0e6506140a32e766fa675f7dc261e2 +PGO_VER:=6167-1705427108-cb39f8a22759d3159f79efc273ac8b13a0f3882a 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:=0f6a5220f4022429e41cce213c7895e0adf838e5e491fad088e7cd295d37810a + HASH:=7632c875db539cb1d4a0df6eb3acc9e155d2d477376dec1f815081bbae7cdd4f endef define Build/Prepare