aboutsummaryrefslogtreecommitdiffstats
path: root/UrbanTerror/UrbanTerror.nvchecker
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-10 19:37:30 +0200
committerDanilo M. <danix@danix.xyz>2026-07-10 19:37:30 +0200
commit4b3b46c51b93b80ee97fe511b576d0c63de71806 (patch)
tree8966ae71aa87974ae52b7a4dbf7e74040192773b /UrbanTerror/UrbanTerror.nvchecker
parent544a06e7bfa3fa2c1347bc002a8c1fbef5fa4fd3 (diff)
downloadmy-slackbuilds-4b3b46c51b93b80ee97fe511b576d0c63de71806.tar.gz
my-slackbuilds-4b3b46c51b93b80ee97fe511b576d0c63de71806.zip
Move r8125 and UrbanTerror to sbo-slackbuilds repo
These are danix SBo-official packages (UrbanTerror maintainership transfers on the pending SBo merge); they now live in the separate sbo-slackbuilds repository. Drop their package dirs, nvchecker stanzas, and README rows here.
Diffstat (limited to 'UrbanTerror/UrbanTerror.nvchecker')
-rw-r--r--UrbanTerror/UrbanTerror.nvchecker10
1 files changed, 0 insertions, 10 deletions
diff --git a/UrbanTerror/UrbanTerror.nvchecker b/UrbanTerror/UrbanTerror.nvchecker
deleted file mode 100644
index 513f7b8..0000000
--- a/UrbanTerror/UrbanTerror.nvchecker
+++ /dev/null
@@ -1,10 +0,0 @@
-# UrbanTerror has no github/pypi release feed; parse the version out of the
-# full-zip filename (UrbanTerror<NNN>_full.zip) on the downloads page and turn
-# NNN into a dotted version (434 -> 4.3.4). nvchecker regex allows only a single
-# capture group, so grab the digits then reshape with from/to_pattern.
-[UrbanTerror]
-source = "regex"
-url = "https://www.urbanterror.info/downloads/"
-regex = "UrbanTerror(\\d+)_full\\.zip"
-from_pattern = "(\\d)(\\d)(\\d)"
-to_pattern = "\\1.\\2.\\3"