PKGBUILDs/extra/libreoffice-fresh/.nvchecker.toml

7 lines
204 B
TOML
Raw Normal View History

2024-02-23 17:37:49 +00:00
[libreoffice-fresh]
source = "regex"
regex = "libreoffice-([\\d.]+)\\."
url = "https://www.libreoffice.org/download/download-libreoffice/"
from_pattern = '(\d+).(\d+).(\d+).(\d+)'
to_pattern = '\1.\2.\3'