Hello! On Fri, 7 Feb 2020 12:17:56 -0400 ghostbar <[email protected]> wrote: > I'm trying to rebuild an old version of capstone. For the source orig I > tried to use uscan to get the tar.gz with --download-current-version but > it failed to find it. Tried to debian/watch files, the current one: > > version=3 > https://github.com/aquynh/capstone/releases .*/archive/(3\..*)\.tar\.gz > > And one with version 4: > > version=4 > opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%capstone- $1.tar.gz%" \ > https://github.com/aquynh/capstone/tags \ > (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate > > Both failed in the same way, they work without parameters, downloading > the latest version, but when it comes to use --download-current- version > give the same "no matching hrefs for version", but the tag for version > 3.0.4 does exist in github[1]: > > ...
You can't download version 3.0.4 because GitHub shows it on second page of releases or tags lists. usan(1) does not walk beyond first page and so sees no such version.
signature.asc
Description: This is a digitally signed message part

