On Tue, Sep 13, 2022 at 05:24:02PM +0200, Patrick Matthäi wrote:
> github made some annoying changes to the release download pages (lazy 
> loading?)
> All debian/watch files using github are failing now:
> 
> version=4
> https://github.com/liske/needrestart/releases \
> /liske/needrestart/archive/refs/tags/v(.+)\.tar\.gz

uscan still seems to work using the GitHub API, e.g.,

version=4
opts="searchmode=plain,pgpsigurlmangle=s/$/.asc/" \
https://api.github.com/repos/<user>/<project>/releases \
https://github.com/<user>/<project>/releases/download/v(?:\d[\d.]*)/<project>-v(\d[\d.]*)\.tar\.gz

Peter

Reply via email to