PKGBUILDs/extra/thunderbird/.nvchecker.toml

7 lines
194 B
TOML
Raw Normal View History

2024-02-22 01:36:01 +00:00
[thunderbird]
2024-05-18 14:04:37 +00:00
source = "jq"
url = "https://product-details.mozilla.org/1.0/thunderbird_versions.json"
2024-10-03 23:24:51 +00:00
filter = ".THUNDERBIRD_ESR"
2024-11-10 22:57:34 +00:00
from_pattern = '(\d+)\.(\d+)\.(\d+)esr'
to_pattern = '\1.\2.\3'