ScoopInstaller_Main/bucket/marksman.json
2023-10-31 00:32:50 +00:00

25 lines
839 B
JSON

{
"version": "2023-10-30",
"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-10-30/marksman.exe",
"hash": "7fe14ba44f0609b2ca693909fe96296b4601e57f864aa8c7c452a597cb3e20e5"
}
},
"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"
}
}
}
}