ScoopInstaller_Main/bucket/marksman.json
2023-07-25 12:31:19 +00:00

25 lines
839 B
JSON

{
"version": "2023-07-25",
"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-07-25/marksman.exe",
"hash": "8a9c548a6a6d8957d9b294b84625b0b188e48e1d6e2cd24060b87b8554ab548b"
}
},
"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"
}
}
}
}