mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
22 lines
705 B
JSON
22 lines
705 B
JSON
{
|
|
"version": "0.23.1",
|
|
"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/v0.23.1/marp-cli-v0.23.1-win.zip",
|
|
"hash": "a26623a3fb608c00482f57bb7aa294968d128890eb0564de9ec8ea06b5743ab0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|