ScoopInstaller_Main/bucket/markdown-oxide.json
2025-08-12 04:30:35 +00:00

26 lines
1010 B
JSON

{
"version": "0.25.6",
"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.6/markdown-oxide-v0.25.6-x86_64-pc-windows-gnu.zip",
"hash": "f67a6a4ea4cd1309a6aa41a48c5baacd813d6844d97435f6a7da16a8c5ac1f7f",
"extract_dir": "markdown-oxide-v0.25.6-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"
}
}
}
}