git » geany.git » commit 8514341

Add .nvchecker.toml

author Chocobo1
2025-01-20 12:22:56 UTC
committer Chocobo1
2025-01-20 12:22:56 UTC
parent ceb19544fbc1d0a10f3692c6d23dead13dc7d2af

Add .nvchecker.toml

.nvchecker.toml +6 -0

diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 0000000..2273a2c
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,6 @@
+[geany]
+source = "regex"
+url = "https://download.geany.org/"
+regex = "geany-[\\d\\.]+.tar"
+from_pattern = "geany-([\\d\\.]+).tar"
+to_pattern = "\\g<1>"