ScoopInstaller_Main/bucket/marksman.json
2023-01-29 20:25:48 +00:00

25 lines
839 B
JSON

{
"version": "2023-01-29",
"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-01-29/marksman.exe",
"hash": "6ac4039456dc9e4101c39bc5c9d3e91c0f247433dd3b96738682da4d80437e63"
}
},
"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"
}
}
}
}