ScoopInstaller_Main/bucket/markdown-oxide.json
2025-11-02 20:27:50 +00:00

26 lines
1014 B
JSON

{
"version": "0.25.10",
"description": "Robust, Minimalist, Unbundled PKM for your favorite text-editor through the LSP",
"homepage": "https://oxide.md",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/Feel-ix-343/markdown-oxide/releases/download/v0.25.10/markdown-oxide-v0.25.10-x86_64-pc-windows-gnu.zip",
"hash": "3db6fc9a31afc6f9fb30d6a1c01bb326f5ad615aa4563fb4eb4e42b572a73f1e",
"extract_dir": "markdown-oxide-v0.25.10-x86_64-pc-windows-gnu"
}
},
"bin": "markdown-oxide.exe",
"checkver": {
"github": "https://github.com/Feel-ix-343/markdown-oxide"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Feel-ix-343/markdown-oxide/releases/download/v$version/markdown-oxide-v$version-x86_64-pc-windows-gnu.zip",
"extract_dir": "markdown-oxide-v$version-x86_64-pc-windows-gnu"
}
}
}
}