mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
839 B
JSON
25 lines
839 B
JSON
{
|
|
"version": "2022-12-28",
|
|
"homepage": "https://github.com/artempyanykh/marksman",
|
|
"description": "Write Markdown with code assist and intelligence in the comfort of your favourite editor.",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/artempyanykh/marksman/releases/download/2022-12-28/marksman.exe",
|
|
"hash": "dd9c4a5ab5336bf9925d3aa508b4327aede8631e95f6edb70affb75407d69231"
|
|
}
|
|
},
|
|
"bin": "marksman.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/artempyanykh/marksman",
|
|
"regex": "/releases/tag/([\\d-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/artempyanykh/marksman/releases/download/$version/marksman.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|