ScoopInstaller_Main/bucket/marksman.json
2023-12-09 20:23:32 +00:00

25 lines
839 B
JSON

{
"version": "2023-12-09",
"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/2023-12-09/marksman.exe",
"hash": "9cb9aa80350febc9a3f078f67232dbc0ac833a5d4f7d34b045aa7ad6d8ff54db"
}
},
"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"
}
}
}
}