ScoopInstaller_Main/bucket/marksman.json
2023-01-06 14:38:47 +01:00

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"
}
}
}
}