Source: finit
Severity: normal
Tags: patch

this is related to #1019696, which explains why normal github watchfiles
have stopped working sometime last year. finit's watch file falls into the
no-longer-working category and doesn't find any releases whatsoever.

the following suggested replacement watch file works (even
with oldstable's devscripts), and does
indicate that there are some newer versions that await
packaging (4.3 in particular is marked a critical bugfix release).

---cut---
version=4
opts="searchmode=plain,\
filenamemangle=s%v?@ANY_VERSION@%@PACKAGE@-$1.tar.xz%,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|a|b)\d*)$/$1~$2/" \
https://api.github.com/repos/troglobit/finit/releases?per_page=50 \
https://api.github.com/repos/[^/]+/[^/]+/tarball/v?@ANY_VERSION@
---cut---

Reply via email to