ScoopInstaller_Main/bucket/marksman.json
2024-11-20 12:32:02 +00:00

25 lines
839 B
JSON

{
"version": "2024-11-20",
"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-11-20/marksman.exe",
"hash": "85d83fd95498778b577c0a44218785da6c342ae4c86a62f6b685133a5d046441"
}
},
"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"
}
}
}
}