aboutsummaryrefslogtreecommitdiffstats
path: root/.extras
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-30 20:15:15 +0200
committerDanilo M. <danix@danix.xyz>2026-04-30 20:15:15 +0200
commite2f2fa1f8c44ee23cd1d57b4ff5495d6654c6ddb (patch)
treed02ecef82324af7a4613e14af5594d1d36269426 /.extras
parent5b1e8568859d5ff4a096b491aed57bccc1d53646 (diff)
downloadmy-slackbuilds-e2f2fa1f8c44ee23cd1d57b4ff5495d6654c6ddb.tar.gz
my-slackbuilds-e2f2fa1f8c44ee23cd1d57b4ff5495d6654c6ddb.zip
Added r8125 kernel driver package
Diffstat (limited to '.extras')
-rw-r--r--.extras/nvchecker.toml5
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'