From 48ca7b2db34181ef0ce610874d248dbaf0a9ddee Mon Sep 17 00:00:00 2001 From: aconfmgr/renovate Date: Thu, 25 Dec 2025 17:02:14 +0000 Subject: [PATCH] Update dependency Arch Linux Base to v2025.12.01 --- test/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/GNUmakefile b/test/GNUmakefile index 15923d6..255b328 100644 --- a/test/GNUmakefile +++ b/test/GNUmakefile @@ -135,10 +135,10 @@ endif # Docker image (integration testing) ################################################################################ -ARCH_DATE=2025.11.01 +ARCH_DATE=2025.12.01 ARCH_TAR_FN=archlinux-bootstrap-$(ARCH_DATE)-x86_64.tar.zst ARCH_TAR_URL=https://archive.archlinux.org/iso/$(ARCH_DATE)/$(ARCH_TAR_FN) -ARCH_TAR_SHA256=18bbaf8dad9b32a78cfe41d019bc0e8878d9382d622449208f88b4e37b669042 +ARCH_TAR_SHA256=undefined ARCH_TAR_DIR=$(TMP)/arch ARCH_TAR=$(ARCH_TAR_DIR)/$(ARCH_TAR_FN)