From 317449b6c3a9cde2bc6b5c7af61f4b389f48bb58 Mon Sep 17 00:00:00 2001 From: aconfmgr/renovate Date: Fri, 3 Jul 2026 04:28:04 +0000 Subject: [PATCH] Update dependency Arch Linux Base to v2026 --- test/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/GNUmakefile b/test/GNUmakefile index 15923d6..366409b 100644 --- a/test/GNUmakefile +++ b/test/GNUmakefile @@ -135,10 +135,10 @@ endif # Docker image (integration testing) ################################################################################ -ARCH_DATE=2025.11.01 +ARCH_DATE=2026.07.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)