ScoopInstaller_Main/bucket/marksman.json
2025-11-26 00:40:51 +00:00

25 lines
839 B
JSON

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