Skip to content

Commit

Permalink
naiveproxy: update to 129.0.6668.81-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zxlhhyccc authored and 1715173329 committed Oct 8, 2024
1 parent 8baccfc commit 3fb67fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions net/naiveproxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=naiveproxy
PKG_VERSION:=128.0.6613.40-1
PKG_VERSION:=129.0.6668.81-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:=a97772b0dd28a2573ccc4c1d2524720f385650937f576f16fdab22557fe43183
PKG_HASH:=ff5de0c38685d75a9821c41f283f040fd7de790213e7eeb526edcca2f849f02a

PKG_LICENSE:=BSD 3-Clause
PKG_LICENSE_FILES:=LICENSE
Expand Down Expand Up @@ -55,22 +55,22 @@ ifneq ($(CONFIG_CCACHE),)
export naive_ccache_flags=cc_wrapper="$(CCACHE)"
endif

CLANG_VER:=19-init-14561-gecea8371-3000
CLANG_VER:=20-init-1009-g7088a5ed-10
CLANG_FILE:=clang-llvmorg-$(CLANG_VER).tar.xz
define Download/CLANG
URL:=https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64
URL_FILE:=$(CLANG_FILE)
FILE:=$(CLANG_FILE)
HASH:=01286e19596f8297700fb82a186753504d660582d7dc36546b369fdd9ba01f33
HASH:=32ac9d9864a6bd99242f1a97778b3a074ac1151ce3eca369903f2ef5337c787a
endef

PGO_VER:=6613-1723571743-978bf352c6598979c1835e8a17c4382c57186e27-bfa8880547ba8b84e6f5efee6db486daf237d00d
PGO_FILE:=chrome-linux-$(PGO_VER).profdata
PGO_VER:=1723053597-b7a6f793b48020befd6a1e60819840a456c519b3-98f747673cbba839fedf299e6c76ac032fad32f0
PGO_FILE:=chrome-linux-main-$(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:=696e479cdaff02a446ca3446b32790c89144156a35df90c90b1806d2ace429b4
HASH:=f4df544116e10c5495148ee9afedbb07f4ee2659e461dbf0f69755b8d338ceec
endef

define Build/Prepare
Expand Down

0 comments on commit 3fb67fd

Please sign in to comment.