DEFVER=1
get_github_releases "Kong/insomnia"
if [ "${ACTION}" != "prettylist" ]; then
    URL="$(grep "browser_download_url.*\.deb\"" "${CACHE_FILE}" | grep -v -e beta -e alpha | head -n1 | cut -d'"' -f4)"
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'-' -f2 | sed s'|\.deb||')"
fi
PRETTY_NAME="Insomnia"
WEBSITE="https://insomnia.rest/"
SUMMARY="The API Design Platform and API Client."
