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

@@ -5,7 +5,7 @@
# Purpose: Build gettext (internationalization framework). Many packages
# require gettext's autopoint, msgfmt, etc. during their build.
# Only the minimum needed tools are installed at this stage.
# Inputs: /sources/gettext-0.23.1.tar.xz
# Inputs: /sources/gettext-1.0.tar.xz
# Outputs: gettext utilities in /usr/
# Assumes: Running inside chroot
# Ref: LFS 13.0 §7.7
@@ -14,7 +14,7 @@
set -euo pipefail
PACKAGE="gettext"
VERSION="0.23.1"
VERSION="1.0"
echo "=== Building ${PACKAGE}-${VERSION} (Chroot) ==="