VER=259

# Use this for stable/main branch releases.
REL=8
SRCS="git::commit=tags/v$VER::https://github.com/systemd/systemd.git"

# Use this for RC releases.
#RC=3
# To RFC: Increment by 0.1 per RC release, i.e., RC3 = 0.3.
#REL=0.${RC}
#SRCS="git::commit=tags/v$VER-rc$RC::https://github.com/systemd/systemd.git"

CHKSUMS="SKIP"
CHKUPDATE="anitya::id=5440"

# Stable Branch anitya-id
#CHKUPDATE="anitya::id=205088"

# Note: For use in defines.
__VER=${VER}
__REL=${REL}
