git » qt5-webengine.git » commit c8014ab

Add nvchecker.toml

author Antonio Rojas
2024-02-15 17:25:52 UTC
committer Antonio Rojas
2024-02-15 17:25:52 UTC
parent d1a1d5934528ec01244f7fc808544635c04578f0

Add nvchecker.toml

.nvchecker.toml +6 -0

diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 0000000..4960664
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,6 @@
+[qt5-webengine]
+source = 'git'
+git = 'git://code.qt.io/qt/qtwebengine.git'
+include_regex = 'v(\d.+)-lts'
+from_pattern = 'v(\d.+)-lts'
+to_pattern = '\1'