ScoopInstaller_Main/bucket/stoplight-prism.json
2023-03-01 20:26:37 +00:00

30 lines
900 B
JSON

{
"version": "4.10.6",
"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.10.6/prism-cli-win.exe#/prism-cli.exe",
"hash": "17fe21a04c31b84721f5755d91cb303bb4c1c9ac2449bea17ce7a2e5466b606e"
}
},
"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"
}
}
}
}