Update hardcoded version

This commit is contained in:
2023-06-12 14:52:53 -04:00
parent 7b725d7db0
commit 8c5b0c4f75
3 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ shopt -s extglob
declare -g SCRIPTVERSION="1.0-dev"
declare -g BOARDURL="https://yabb.jriver.com/interact/index.php/board,80.0.html" # MC31
declare -g DEBIANBASE="bullseye"
declare -g MC_VERSION_HARDCODE="31.0.13" # Do find all replace
declare -g MC_VERSION_HARDCODE="31.0.19" # Do find all replace
printHelp() {
debug "Running: ${FUNCNAME[0]}"
@@ -40,7 +40,7 @@ printHelp() {
--compat
Build/install MC locally without minimum dependency version requirements
--mcversion VERSION
Specify the MC version, ex. "31.0.13" (default: latest version)
Specify the MC version, ex. "31.0.19" (default: latest version)
--arch VERSION
Specify the MC architecture, ex. "amd64", "arm64", etc (default: host architecture)
--outputdir PATH