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>
This commit is contained in:
pynappo 2023-01-06 03:42:13 -08:00 committed by GitHub
parent 9170ecb2bf
commit 97dfd6bd5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/marksman.json Normal file
View File

@ -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",
}
}
}
}