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

@@ -4,7 +4,7 @@
# ============================================================================
# Purpose: Cross-compile GNU coreutils (ls, cp, mv, cat, chmod, etc.)
# for the temporary tools environment.
# Inputs: ${LFS}/sources/coreutils-9.6.tar.xz
# Inputs: ${LFS}/sources/coreutils-9.10.tar.xz
# Outputs: Core utilities in ${LFS}/usr/bin/
# Assumes: Cross-toolchain complete
# Ref: LFS 13.0 §6.5
@@ -14,7 +14,7 @@ set -euo pipefail
source "${LFS}/sources/darkforge-env.sh"
PACKAGE="coreutils"
VERSION="9.6"
VERSION="9.10"
SRCDIR="${LFS}/sources"
echo "=== Building ${PACKAGE}-${VERSION} (Temporary Tool) ==="