mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
22 lines
702 B
JSON
22 lines
702 B
JSON
{
|
|
"version": "1.0.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/v1.0.1/marp-cli-v1.0.1-win.zip",
|
|
"hash": "9bb65426b12323c45b9c6554dcd57642ad650c5955b004727fe185484b8ee516"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|