DEFVER=1
CODENAMES_SUPPORTED="noble plucky sid bookworm"
get_website "https://www.rastersoft.com/programas/cronopete.html"
if [ "${ACTION}" != "prettylist" ]; then
    VERSION_PUBLISHED=$(grep -m 1 "Current version" "${CACHE_FILE}" | 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."
