mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
22 lines
702 B
JSON
22 lines
702 B
JSON
{
|
|
"version": "3.1.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/v3.1.0/marp-cli-v3.1.0-win.zip",
|
|
"hash": "7157067015a2077613ce2a59fc7969b58868e16b073d099f850ffdc2794aa292"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|