mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
Add nvchecker configuration
This commit is contained in:
parent
f3ea4781b7
commit
5ff4061bfc
1 changed files with 6 additions and 0 deletions
6
.nvchecker.toml
Normal file
6
.nvchecker.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[java-openjfx]
|
||||
source = "git"
|
||||
git = "https://github.com/openjdk/jfx22u.git"
|
||||
include_regex = '^((?:\d|\.)+)\+\d+'
|
||||
from_pattern = '\+'
|
||||
to_pattern = '.u'
|
||||
Loading…
Add table
Reference in a new issue