From d85e36a1156a25681d81c84ff1c0b47b4eb88a35 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 10 Jul 2026 19:36:30 +0200 Subject: Initial import: r8125, UrbanTerror SBo-official packages maintained by danix, split out of my-slackbuilds. Co-Authored-By: Claude Opus 4.8 --- .extras/nvchecker.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .extras/nvchecker.toml (limited to '.extras/nvchecker.toml') diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml new file mode 100644 index 0000000..e258581 --- /dev/null +++ b/.extras/nvchecker.toml @@ -0,0 +1,11 @@ +[r8125] +source = "jq" +url = "https://www.realtek.com/Download/ListAllDownloadItem?cate_id=584" +filter = '.Data.DownloadItems["Unix (Linux)"][] | select(.Name | startswith("r8125")) | .Version' + +[UrbanTerror] +source = "regex" +url = "https://www.urbanterror.info/downloads/" +regex = "UrbanTerror(\\d+)_full\\.zip" +from_pattern = "(\\d)(\\d)(\\d)" +to_pattern = "\\1.\\2.\\3" -- cgit v1.2.3