DEFVER=1
CODENAMES_SUPPORTED="sid bullseye jammy focal"
get_website "https://www.rastersoft.com/programas/cronopete.html"
if [ "${ACTION}" != "prettylist" ]; then
    VERSION_PUBLISHED="$(grep "Current version" "${CACHE_FILE}" | head -n1 | cut -d ' ' -f3)"
fi
URL="https://www.rastersoft.com/descargas/cronopete/cronopete-${UPSTREAM_CODENAME}_${VERSION_PUBLISHED}-${UPSTREAM_ID}1_amd64.deb"
PRETTY_NAME="Cronopete"
WEBSITE="https://www.rastersoft.com/programas/cronopete.html"
SUMMARY="A backup utility for Linux, modeled after Apple's Time Machine."
