ScoopInstaller_Main/bucket/stoplight-prism.json
2022-02-04 00:33:03 +00:00

30 lines
898 B
JSON

{
"version": "4.7.0",
"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.7.0/prism-cli-win.exe#/prism-cli.exe",
"hash": "2aa52c796814774b01d2f5ed684f2cb862a28eeca91b344dac35ee6dc1d61880"
}
},
"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"
}
}
}
}