ScoopInstaller_Main/bucket/go-swagger.json
2022-08-29 20:30:03 +00:00

24 lines
788 B
JSON

{
"version": "0.30.0",
"description": "Golang implementation of Swagger 2.0 (OpenAPI 2.0)",
"homepage": "https://goswagger.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/go-swagger/go-swagger/releases/download/v0.30.0/swagger_windows_amd64.exe#/swagger.exe",
"hash": "39cfbee83f1201175ed66f28b2347fe2b99fff9ae2c9e18674d4d7b18b47aeb9"
}
},
"bin": "swagger.exe",
"checkver": {
"github": "https://github.com/go-swagger/go-swagger"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/go-swagger/go-swagger/releases/download/v$version/swagger_windows_amd64.exe#/swagger.exe"
}
}
}
}