Initial commit

This commit is contained in:
Christian Schendel 2025-09-03 21:53:06 +02:00
commit ac1fa7656e
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
11 changed files with 700 additions and 0 deletions

6
.nvchecker.toml Normal file
View 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'