ScoopInstaller_Main/bucket/marksman.json
2023-11-20 16:27:47 +00:00

25 lines
839 B
JSON

{
"version": "2023-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/2023-11-20/marksman.exe",
"hash": "6db10ef0b32ce1fb12db0479e5d42c65e81f38a592c49c99df6b85ef9216b1e1"
}
},
"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"
}
}
}
}