diff --git a/bucket/marksman.json b/bucket/marksman.json new file mode 100644 index 0000000000..803cdcd557 --- /dev/null +++ b/bucket/marksman.json @@ -0,0 +1,24 @@ +{ + "version": "2022-12-28", + "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/2022-12-28/marksman.exe", + "hash": "dd9c4a5ab5336bf9925d3aa508b4327aede8631e95f6edb70affb75407d69231" + } + }, + "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", + } + } + } +}