packages/gdb/.nvchecker.toml
2024-08-31 17:48:20 +02:00

8 lines
188 B
TOML

[gdb]
source = "git"
git = "https://sourceware.org/git/binutils-gdb.git"
include_regex = "(gdb-).*-release"
prefix = "gdb-"
from_pattern = "(\\d+)\\.(\\d+)-release"
to_pattern = "\\1.\\2"