Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / enblend-enfuse
Commits: e94702e5 by Caleb Maclennan at 2024-03-01T14:23:28+03:00 Setup nvchecker - - - - - 1 changed file: - + .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,9 @@ +[enblend-enfuse] +source = "regex" +url = "http://hg.code.sf.net/p/enblend/code/tags" +regex = "Release-([\\d_]+)-\\d+" +from_pattern = "(\\d+)_(\\d+)_?(\\d+)?" +# TODO, mixing \3 with another dot separator if not empty +# https://github.com/lilydjwg/nvchecker/issues/250 +to_pattern = "\\1.\\2" +sort_version_key = "vercmp" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/enblend-enfuse/-/commit/e94702e55b8e0c75f7f819312ced902aa12643b6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/enblend-enfuse/-/commit/e94702e55b8e0c75f7f819312ced902aa12643b6 You're receiving this email because of your account on gitlab.archlinux.org.
