git » qt5-base.git » commit 45f1b06

Add nvchecker.toml

author Antonio Rojas
2024-02-15 17:27:57 UTC
committer Antonio Rojas
2024-02-15 17:27:57 UTC
parent c8e1c3cefe05ca9139a2baffcaf97f6c9420c01b

Add nvchecker.toml

.nvchecker.toml +6 -0

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