From d912ffb18952dd53d39e189e9259d4b4748e1f9f Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 8 Aug 2026 21:55:43 +0200 Subject: Track Typora as a real package, drop OPT_JSON Typora now ships as the typora-bin Slackware package from my-slackbuilds, so its installed version comes from /var/log/packages like everything else. The OPT_JSON map existed solely to read /opt/Typora-linux-x64/resources/package.json and is removed along with its branch in installed_of(). Typora joins through both alias maps instead: ALIAS for the installed package name and REPO_ALIAS for the SlackBuild directory, both typora-bin. The stanza is marked # repo=my. Co-Authored-By: Claude Opus 5 --- nvchecker.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvchecker.toml') diff --git a/nvchecker.toml b/nvchecker.toml index 0c0569e..5a7391c 100644 --- a/nvchecker.toml +++ b/nvchecker.toml @@ -392,7 +392,7 @@ prefix = "v" # Proprietary, no git repo. The Linux changelog is the only per-platform feed: # dev_update.xml carries the macOS dev channel and reports a different version. -[Typora] +[Typora] # repo=my source = "regex" url = "https://typora.io/releases/linux" regex = "

([0-9]+\\.[0-9]+\\.[0-9]+)

" -- cgit v1.2.3