mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
22 lines
702 B
JSON
22 lines
702 B
JSON
{
|
|
"version": "2.2.0",
|
|
"description": "A CLI interface for Marp and Marpit based converters",
|
|
"homepage": "https://github.com/marp-team/marp-cli",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/marp-team/marp-cli/releases/download/v2.2.0/marp-cli-v2.2.0-win.zip",
|
|
"hash": "e08d7f4f1f870806b9eab141a0cbea4cf75bff8e259bd98b798135f43d4e76f1"
|
|
}
|
|
},
|
|
"bin": "marp.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/marp-team/marp-cli/releases/download/v$version/marp-cli-v$version-win.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|