update-01.07
This commit is contained in:
parent
20477935c1
commit
77cd7805ec
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -7663,6 +7663,7 @@ somniture.stuff.co.nz
|
|||
somoaudience.com
|
||||
song.fanxing.kugou.com
|
||||
sonobi.com
|
||||
sordidsmile.com
|
||||
sorrowfulchemical.com
|
||||
sortable.com
|
||||
source.youxiaoad.com
|
||||
|
@ -8434,6 +8435,7 @@ tracking.babytree.com
|
|||
tracking.cat898.com
|
||||
tracking.emilyclarkconsulting.com
|
||||
tracking.epicgames.com
|
||||
tracking.exipure.com
|
||||
tracking.gajmp.com
|
||||
tracking.hyros.com
|
||||
tracking.ibxlink.com
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mosdns
|
||||
PKG_VERSION:=b2e0686
|
||||
PKG_VERSION:=189e1c8
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=naiveproxy
|
||||
PKG_VERSION:=96.0.4664.45-1
|
||||
PKG_VERSION:=97.0.4692.71-1
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
@ -58,38 +58,32 @@ ifneq ($(CONFIG_CCACHE),)
|
|||
export naive_ccache_flags=cc_wrapper="$(CCACHE)"
|
||||
endif
|
||||
|
||||
CLANG_VER:=14-init-5759-g02895eed-1
|
||||
CLANG_VER:=14-init-8033-gabb2a91b-2
|
||||
CLANG_FILE:=clang-llvmorg-$(CLANG_VER).tgz
|
||||
define Download/CLANG
|
||||
URL:=https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64 \
|
||||
https://sources.immortalwrt.org \
|
||||
https://sources.cdn.immortalwrt.org
|
||||
URL:=https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64
|
||||
URL_FILE:=$(CLANG_FILE)
|
||||
FILE:=$(CLANG_FILE)
|
||||
HASH:=5c2d11236c7254d48b02535ff58897830bc64e7258434d658c7d606e8d01b179
|
||||
HASH:=720e10810f0005a4a8640728e72f06c283d4c51362f2889b513c6d6c3a136582
|
||||
endef
|
||||
|
||||
GN_VER:=0153d369bbccc908f4da4993b1ba82728055926a
|
||||
GN_VER:=90294ccdcf9334ed25a76ac9b67689468e506342
|
||||
GN_FILE:=gn-git_revision-$(GN_VER).zip
|
||||
define Download/GN_TOOL
|
||||
URL:=https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+ \
|
||||
https://sources.immortalwrt.org \
|
||||
https://sources.cdn.immortalwrt.org
|
||||
URL:=https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+
|
||||
URL_FILE:=git_revision:$(GN_VER)
|
||||
FILE:=$(GN_FILE)
|
||||
HASH:=8022d1e0d6627a740847806c27a195fa9fc15c4883359a6d162944c3d5e26b44
|
||||
HASH:=9cbfd56953d415a88dfae616191c0c37612a41f7fb09830d2952b8b5a59c7dec
|
||||
endef
|
||||
|
||||
PGO_VER:=4664-1636557077-6e390f4e505916531ca2ab0c895d5903ab4d88a9
|
||||
PGO_VER:=4692-1640701189-f21838a98aa9a4bd13520a4261d2d77cbab9c3f3
|
||||
PGO_FILE:=chrome-linux-$(PGO_VER).profdata
|
||||
define Download/PGO_PROF
|
||||
URL:=https://storage.googleapis.com.cnpmjs.org/chromium-optimization-profiles/pgo_profiles \
|
||||
https://storage.googleapis.com/chromium-optimization-profiles/pgo_profiles \
|
||||
https://sources.immortalwrt.org \
|
||||
https://sources.cdn.immortalwrt.org
|
||||
https://storage.googleapis.com/chromium-optimization-profiles/pgo_profiles
|
||||
URL_FILE:=$(PGO_FILE)
|
||||
FILE:=$(PGO_FILE)
|
||||
HASH:=8dcf5973033d40c9a7b15e571dea3832e7b67976aad9113369e22d43808c603f
|
||||
HASH:=8830cc810cdd1c4812a3cd009206bbf52f7c33a67b3280f62dd60cb684300e0f
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
|
|
Loading…
Reference in New Issue