[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/wayland/wayland][debian-unstable] debian/watch: rely on gitlab releases instead of releases.html which tends to be outdated



Title: GitLab

Dylan Aïssi pushed to branch debian-unstable at X Strike Force / wayland / wayland

Commits:

  • 19d971c2
    by Dylan Aïssi at 2025-02-19T22:29:43+01:00
    debian/watch: rely on gitlab releases instead of releases.html which tends to be outdated
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    

1 changed file:

Changes:

  • debian/watch
    1 1
     version=4
    
    2
    -opts="pgpsigurlmangle=s%$%.sig%" \
    
    3
    -https://wayland.freedesktop.org/releases.html https://gitlab.freedesktop.org/wayland/wayland/-/releases/[\d].*/downloads/wayland-([\d].*)\.tar\.xz
    2
    +opts="searchmode=plain,pgpsigurlmangle=s/$/.sig/" \
    
    3
    +https://gitlab.freedesktop.org/api/v4/projects/wayland%2Fwayland/releases \
    
    4
    + https://gitlab.freedesktop.org/wayland/wayland/-/releases/?\d[\d.]+/downloads/wayland-@ANY_VERSION@\.tar\.xz


  • Reply to: