DEFVER=1
get_github_releases "serebit/wraith-master" "latest"
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep "browser_download_url.*\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | sed 's|v||')"
fi
PRETTY_NAME="wraith-master"
WEBSITE="https://github.com/serebit/wraith-master"
SUMMARY="An application for controlling the RGB LEDs on AMD's Wraith stock coolers"
