From 97dfd6bd5ddc117d035c859b82510b2d488721ce Mon Sep 17 00:00:00 2001 From: pynappo <43484729+pynappo@users.noreply.github.com> Date: Fri, 6 Jan 2023 03:42:13 -0800 Subject: [PATCH] marksman: Add version 2022-12-28 (#4297) * Add marksman.json * Update marksman * fix autoupdate with regex * Simplify license Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Specify architecture * Update marksman.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/marksman.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/marksman.json 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", + } + } + } +}