ScoopInstaller_Main/bucket/marksman.json
2024-10-07 08:30:58 +00:00

25 lines
839 B
JSON

{
"version": "2024-10-07",
"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-10-07/marksman.exe",
"hash": "54f86089eadf073d3ff61b74b7e4fb6a09575afc20e8e14a9ba0257f8cf6171f"
}
},
"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"
}
}
}
}