DEFVER=1
get_github_releases "zadam/trilium" "latest"
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
fi
PRETTY_NAME="Trilium Notes"
WEBSITE="https://github.com/zadam/trilium/"
SUMMARY="Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases."