PKGBUILDs/extra/fzf/.nvchecker.toml

8 lines
162 B
TOML
Raw Normal View History

2024-03-13 17:59:11 +00:00
[fzf]
source = "github"
github = "junegunn/fzf"
use_max_tag = true
2024-09-13 23:28:37 +00:00
prefix = "v"
2024-03-13 17:59:11 +00:00
from_pattern = "(\\d+)\\.(\\d+)\\.(\\d+)\\-(\\d+)"
to_pattern = "\\1.\\2.\\3.\\4"