From e2d680034fbeed289016923cefacf93dcea2db3d Mon Sep 17 00:00:00 2001 From: actions-user Date: Wed, 5 Mar 2025 00:31:13 +0800 Subject: [PATCH] update 2025-03-05 00:31:13 --- daed/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/daed/Makefile b/daed/Makefile index 3d627136..45f5369d 100644 --- a/daed/Makefile +++ b/daed/Makefile @@ -5,10 +5,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=daed -PKG_VERSION:=2025.03.03 +PKG_VERSION:=2025.03.04 DAED_VERSION:=daed-44f1bbe WING_VERSION:=wing-33cbf33 -CORE_VERSION:=core-43ec540 +CORE_VERSION:=core-2edc2d3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -75,7 +75,6 @@ define Build/Prepare pushd $(PKG_BUILD_DIR)/dae-core ; \ git submodule update --init ; \ go mod tidy ; \ - wget -qO - https://github.com/daeuniverse/dae/commit/43ec540.patch | patch -Rp1 ; \ popd ; \ pushd $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/wing ; \ wget -qO - https://github.com/daeuniverse/dae-wing/commit/ca02961.patch | patch -p1 ; \