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: Grep
# ============================================================================
# Purpose: Cross-compile GNU grep (pattern matching).
# Inputs: ${LFS}/sources/grep-3.14.tar.xz
# Inputs: ${LFS}/sources/grep-3.12.tar.xz
# Outputs: grep in ${LFS}/usr/bin/
# Ref: LFS 13.0 §6.10
# ============================================================================
@@ -12,7 +12,7 @@ set -euo pipefail
source "${LFS}/sources/darkforge-env.sh"
PACKAGE="grep"
VERSION="3.14"
VERSION="3.12"
SRCDIR="${LFS}/sources"
echo "=== Building ${PACKAGE}-${VERSION} (Temporary Tool) ==="