From 8cc321dad65f7a91c1ead4d3ffc22228ff9364ff Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Tue, 30 Apr 2024 16:20:46 +0800 Subject: [PATCH] update 2024-04-30 16:20:46 --- daed-next/Makefile | 4 ++-- dnsproxy/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/daed-next/Makefile b/daed-next/Makefile index a98b3e005..01d29b146 100644 --- a/daed-next/Makefile +++ b/daed-next/Makefile @@ -73,11 +73,11 @@ define Build/Prepare rm -rf $(PKG_BUILD_DIR)/dae-core && git clone https://github.com/daeuniverse/dae $(PKG_BUILD_DIR)/dae-core ; \ rm -rf $(PKG_BUILD_DIR)/dae-core/control/kern/headers && git clone https://github.com/daeuniverse/dae_bpf_headers $(PKG_BUILD_DIR)/dae-core/control/kern/headers ; \ pushd $(PKG_BUILD_DIR)/dae-core ; \ - go get -u ; \ + go get -u=patch ; \ go mod tidy ; \ popd ; \ pushd $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/wing ; \ - go get -u ; \ + go get -u=patch ; \ go mod tidy ; \ popd ; \ ) diff --git a/dnsproxy/Makefile b/dnsproxy/Makefile index 551b2a94e..4edf4fcb2 100644 --- a/dnsproxy/Makefile +++ b/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.70.0 +PKG_VERSION:=0.71.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=a78ce398f2019e7a3a57e7ffcb06ecfb6d08e36e0a07c58ada4ac4871cecd677 +PKG_HASH:=a3b604974ccd4dd7ae7c22fe53e9b49bae9ca7e2130d9b07446bce1fd1de4519 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0