ScoopInstaller_Main/bucket/marksman.json
2025-11-30 20:29:44 +00:00

25 lines
839 B
JSON

{
"version": "2025-11-30",
"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/2025-11-30/marksman.exe",
"hash": "9a9be7c71290cfe18e79c1785c16f913545b603fc8fde7a8d131462247d24a77"
}
},
"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"
}
}
}
}