ScoopInstaller_Main/bucket/marksman.json
2023-06-23 12:31:16 +00:00

25 lines
839 B
JSON

{
"version": "2023-06-23",
"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-06-23/marksman.exe",
"hash": "75e08048acb56d2d8674536b4a85ce8203f6c5f5d3f17609867127a8e1014853"
}
},
"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"
}
}
}
}