ScoopInstaller_Main/bucket/stoplight-prism.json
2021-08-23 10:17:09 -07:00

30 lines
898 B
JSON

{
"version": "4.3.2",
"description": "OpenAPI file based API server for mocking, transformations, validations and more",
"homepage": "https://stoplight.io/open-source/prism",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/stoplightio/prism/releases/download/v4.3.2/prism-cli-win.exe#/prism-cli.exe",
"hash": "fed1463a99c8d1844a9f1dcddbe760a5bc1aee03d2af29db066515aa5003b53f"
}
},
"bin": [
"prism-cli.exe",
[
"prism-cli.exe",
"prism"
]
],
"checkver": {
"github": "https://github.com/stoplightio/prism"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/stoplightio/prism/releases/download/v$version/prism-cli-win.exe#/prism-cli.exe"
}
}
}
}