DEFVER=1
get_github_releases "ONLYOFFICE/DesktopEditors" 
if [ "${ACTION}" != "prettylist" ]; then
    URL="$(grep "browser_download_url.*\.deb\"" "${CACHE_FILE}" | grep -v help | head -n1 | cut -d'"' -f4)"
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
fi
PRETTY_NAME="ONLYOFFICE Desktop Editors"
WEBSITE="https://www.onlyoffice.com/en/desktop.aspx"
SUMMARY="Free desktop office suite for document editing and collaboration."
