ScoopInstaller_Main/bucket/marksman.json
2023-03-04 20:25:39 +00:00

25 lines
839 B
JSON

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