diff options
Diffstat (limited to '.extras')
| -rw-r--r-- | .extras/nvchecker.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml index 36dbb31..cd5e579 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -26,3 +26,8 @@ source = "github" github = "anomalyco/opencode" use_latest_release = true prefix = "v" + +[r8125] +source = "jq" +url = "https://www.realtek.com/Download/ListAllDownloadItem?cate_id=584" +filter = '.Data.DownloadItems["Unix (Linux)"][] | select(.Name | startswith("r8125")) | .Version' |
