summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2024-04-06 01:49:05 +0200
committerFrederik “Freso” S. Olesen2024-04-06 01:49:05 +0200
commita9dd64df672314c761679a0d43eadb6b86bd87b2 (patch)
tree83d08c82e7a405e887fe668fc99b16e3c7c46f20
parentfc3c62b6a9fe8bd0eaf7daa86751cba3d1bbe57f (diff)
downloadaur-a9dd64df672314c761679a0d43eadb6b86bd87b2.tar.gz
Add nvchecker configuration
(Based on/modified from commit 5ff4061bfc1fb5dc4906cfbae714f022335e6b31)
-rw-r--r--.nvchecker.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..f14b8ecf5df9
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,6 @@
+[java21-openjfx]
+source = "git"
+git = "https://github.com/openjdk/jfx21u.git"
+include_regex = '^((?:\d|\.)+)\+\d+'
+from_pattern = '\+'
+to_pattern = '.u'