ScoopInstaller_Main/bucket/marksman.json
2024-12-18 16:30:33 +00:00

25 lines
839 B
JSON

{
"version": "2024-12-18",
"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/2024-12-18/marksman.exe",
"hash": "39de9df039c8b0d627ac5918a9d8792ad20fc49e2461d1f5c906975c016799ec"
}
},
"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"
}
}
}
}