update package versions

This commit is contained in:
2026-03-20 11:41:05 +01:00
parent 6b2c4981ce
commit 3cbe1e1f74
12 changed files with 90 additions and 46 deletions

View File

@@ -3,7 +3,7 @@
# DarkForge Linux — Phase 0, Chapter 6: Diffutils
# ============================================================================
# Purpose: Cross-compile GNU diffutils (diff, cmp, sdiff, diff3).
# Inputs: ${LFS}/sources/diffutils-3.10.tar.xz
# Inputs: ${LFS}/sources/diffutils-3.12.tar.xz
# Outputs: diff utilities in ${LFS}/usr/bin/
# Ref: LFS 13.0 §6.6
# ============================================================================
@@ -12,7 +12,7 @@ set -euo pipefail
source "${LFS}/sources/darkforge-env.sh"
PACKAGE="diffutils"
VERSION="3.10"
VERSION="3.12"
SRCDIR="${LFS}/sources"
echo "=== Building ${PACKAGE}-${VERSION} (Temporary Tool) ==="