ScoopInstaller_Main/bucket/marksman.json
2023-04-07 00:35:55 +00:00

25 lines
839 B
JSON

{
"version": "2023-04-06",
"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-04-06/marksman.exe",
"hash": "32668ea4b5639517ee76f4b1a8c3f578adb4e695a8e6449e4ecd2c667af4ba28"
}
},
"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"
}
}
}
}