update package versions
This commit is contained in:
@@ -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) ==="
|
||||
|
||||
|
||||
Reference in New Issue
Block a user