git » gegl.git » commit 074dc0a

add .nvchecker.toml

author Christian Heusel
2024-05-05 12:37:39 UTC
committer Christian Heusel
2024-05-05 12:37:39 UTC
parent ba2e5b2d2207e893a43324a8e9f8c43c429f4005

add .nvchecker.toml

.nvchecker.toml +6 -0

diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 0000000..7b59a8c
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,6 @@
+[gegl]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gegl.git"
+include_regex = "(GEGL\\_).*_.*_.*"
+from_pattern = "GEGL\\_(\\d+)\\_(\\d+)\\_(\\d+)"
+to_pattern = "\\1.\\2.\\3"