ScoopInstaller_Main/bucket/markdown-oxide.json
2025-08-17 00:44:48 +00:00

26 lines
1010 B
JSON

{
"version": "0.25.8",
"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.8/markdown-oxide-v0.25.8-x86_64-pc-windows-gnu.zip",
"hash": "27d72bf0a97d0720f61aad4d9922236e7cad2ccedbc00d03de95199fa4ea4a69",
"extract_dir": "markdown-oxide-v0.25.8-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"
}
}
}
}