DEFVER=1
get_website "https://www.syntevo.com/smartgit/download/"
if [ "${ACTION}" != "prettylist" ]; then
    URL="https://www.syntevo.com$(grep "\.deb" "${CACHE_FILE}" | head -n1 | cut -d'"' -f2)"
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'-' -f2 | cut -d'.' -f1 | tr '_' '.')"
fi
PRETTY_NAME="SmartGit"
WEBSITE="https://www.syntevo.com/"
SUMMARY="A graphical Git client with support for pull requests for GitHub and Bitbucket."
