ScoopInstaller_Main/bucket/marksman.json
2023-06-05 12:34:05 +00:00

25 lines
839 B
JSON

{
"version": "2023-06-05",
"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-06-05/marksman.exe",
"hash": "60234f82cd8f2810c91b559143c30df75aa92b88983eac70db3c01708e901533"
}
},
"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"
}
}
}
}