mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
22 lines
702 B
JSON
22 lines
702 B
JSON
{
|
|
"version": "2.0.4",
|
|
"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.0.4/marp-cli-v2.0.4-win.zip",
|
|
"hash": "55d70299a0b0ccf433cfd2bb4bd2dff3ad1ac32ae7ca6ac92a48d9fa248f3664"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|