mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
839 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|