8 lines
270 B
Bash
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
|
|
|