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: Make
# ============================================================================
# Purpose: Cross-compile GNU make (build automation).
# Inputs: ${LFS}/sources/make-4.4.1.tar.gz
# Inputs: ${LFS}/sources/make-4.4.tar.gz
# Outputs: make in ${LFS}/usr/bin/
# Ref: LFS 13.0 §6.12
# ============================================================================
@@ -12,7 +12,7 @@ set -euo pipefail
source "${LFS}/sources/darkforge-env.sh"
PACKAGE="make"
VERSION="4.4.1"
VERSION="4.4"
SRCDIR="${LFS}/sources"
echo "=== Building ${PACKAGE}-${VERSION} (Temporary Tool) ==="