ScoopInstaller_Main/bucket/stoplight-prism.json
2021-08-26 22:41:50 -07:00

30 lines
898 B
JSON

{
"version": "4.3.4",
"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.4/prism-cli-win.exe#/prism-cli.exe",
"hash": "d5c4e206af3e52b478ef42177ba86d5f4a1680b009b1fdb79c5b97bea1aa63b3"
}
},
"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"
}
}
}
}