aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/nvchecker.toml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-08 21:26:39 +0200
committerDanilo M. <danix@danix.xyz>2026-08-08 21:26:39 +0200
commitf67bcd793194789ab78452f9d4f3133ce2517ee1 (patch)
treea165993055fd77f46cd84ff31837d935a8a2b139 /.extras/nvchecker.toml
parentc99d4e7047f2242a7aeb3585d200a3e0a2b91f01 (diff)
downloadmy-slackbuilds-f67bcd793194789ab78452f9d4f3133ce2517ee1.tar.gz
my-slackbuilds-f67bcd793194789ab78452f9d4f3133ce2517ee1.zip
typora-bin: add version 1.14.9
Binary repack of upstream's official Linux x86_64 tarball; Typora is closed source, so this is not a build from source. Uses the versioned tarball on downloads.typora.io rather than the version-agnostic Typora-linux-x64.tar.gz, which serves whatever build is current and would go md5-stale on every upstream release. Launch through a wrapper instead of a symlink to the binary: it enables Electron's Ozone Wayland backend when a Wayland session is detected and leaves the X11 default alone otherwise, so one package works in both. Override with TYPORA_OZONE=wayland|x11. Upstream's bundled updater is dropped; it would overwrite the tree in /opt behind pkgtool's back. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to '.extras/nvchecker.toml')
-rw-r--r--.extras/nvchecker.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml
index 2c6280f..2793911 100644
--- a/.extras/nvchecker.toml
+++ b/.extras/nvchecker.toml
@@ -163,3 +163,12 @@ prefix = "v"
source = "regex"
url = "https://www.freedesktop.org/software/plymouth/releases/"
regex = 'plymouth-([0-9][0-9.]*)\.tar\.xz'
+
+# Typora is proprietary with no git repo, so there is no github/pypi feed.
+# The Linux changelog page is the only per-platform source of truth: its
+# newest <h2> is the current Linux version. Do NOT use dev_update.xml, which
+# carries the macOS dev channel and reports a different version.
+[typora-bin]
+source = "regex"
+url = "https://typora.io/releases/linux"
+regex = "<h2>([0-9]+\\.[0-9]+\\.[0-9]+)</h2>"