version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%clr-$1.tar.gz%" \
    https://github.com/rocm/clr/tags \
    (?:.*?/)?rocm-v?(\d[\d.]*)\.tar\.gz debian
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%rocm-hip-$1.tar.gz%, component=hip" \
    https://github.com/rocm/hip/tags \
    (?:.*?/)?rocm-v?(\d[\d.]*)\.tar\.gz same
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%hipcc-$1.tar.gz%, component=hipcc" \
    https://github.com/rocm/hipcc/tags \
    (?:.*?/)?rocm-v?(\d[\d.]*)\.tar\.gz same

