lowdown: fix update pattern
This commit is contained in:
parent
456b42a27e
commit
f82f2701af
1 changed files with 2 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
pattern="VERSION_\K[\d_]+"
|
||||
site=https://github.com/kristapsdz/lowdown/releases
|
||||
pattern="VERSION_\K[\d\_]*(?=\.tar.gz)"
|
||||
|
|
Loading…
Reference in a new issue