DEFVER=1
get_website "https://multimc.org/"
if [ "${ACTION}" != "prettylist" ]; then
    URL="$(grep  -o -e  'https://files.multimc.org/downloads/multimc_.*\.deb' "${CACHE_FILE}" )"
    VERSION_PUBLISHED="$(echo "${URL}" | grep -o -e '[[:digit:]].*[[:digit:]]'
)"
fi
PRETTY_NAME="MultiMC"
WEBSITE="https://multimc.org/"
#https://github.com/MultiMC/Launcher
SUMMARY="A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once."