Initial commit
This commit is contained in:
commit
ac1fa7656e
11 changed files with 700 additions and 0 deletions
6
.nvchecker.toml
Normal file
6
.nvchecker.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[thinlinc-client-bin]
|
||||
source = "regex"
|
||||
regex = "https://www.cendio.com/downloads/clients/tl-(\\d+\\.\\d+\\.\\d+\\-\\d+)-client-linux-dynamic-x86_64.tar.gz"
|
||||
url = "https://www.cendio.com/downloads"
|
||||
from_pattern = '(\d+).(\d+).(\d+)-(\d+)'
|
||||
to_pattern = '\1.\2.\3_\4'
|
||||
Loading…
Add table
Add a link
Reference in a new issue