ScoopInstaller_Main/bucket/marksman.json
2026-01-28 23:30:33 +00:00

25 lines
839 B
JSON

{
"version": "2026-01-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/2026-01-28/marksman.exe",
"hash": "91955ecc9f28e1e74b5c8ed6b6b52a830e73111adfe1cc6b0e5df26f852feec2"
}
},
"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"
}
}
}
}