mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
26 lines
1010 B
JSON
26 lines
1010 B
JSON
{
|
|
"version": "0.25.1",
|
|
"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.1/markdown-oxide-v0.25.1-x86_64-pc-windows-gnu.zip",
|
|
"hash": "1ef69246576c5514c5d65ef0cf2d253334a2f3d035da344e5dfa8ecf73a168c5",
|
|
"extract_dir": "markdown-oxide-v0.25.1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|