diff options
Diffstat (limited to 'typora-bin/typora-bin.nvchecker')
| -rw-r--r-- | typora-bin/typora-bin.nvchecker | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/typora-bin/typora-bin.nvchecker b/typora-bin/typora-bin.nvchecker new file mode 100644 index 0000000..c17e0e7 --- /dev/null +++ b/typora-bin/typora-bin.nvchecker @@ -0,0 +1,8 @@ +# 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>" |
