Files
axe-os/build/coreutils/package.env
2026-02-08 11:36:59 +02:00

8 lines
270 B
Bash

export COREUTILS_VERSION=9.9
IFS='.' read -r COREUTILS_VERSION_MAJOR COREUTILS_VERSION_MINOR <<< $COREUTILS_VERSION
export COREUTILS_VERSION_MAJOR COREUTILS_VERSION_MINOR
export COREUTILS_URL=https://mirror.ufs.ac.za/gnu/coreutils/coreutils-$COREUTILS_VERSION.tar.xz