ScoopInstaller_Main/bucket/go-swagger.json
2022-09-02 16:31:00 +00:00

24 lines
788 B
JSON

{
"version": "0.30.2",
"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.2/swagger_windows_amd64.exe#/swagger.exe",
"hash": "bd20519f0c76c70d99242ff8d2ed5fff99b310252dcbffa53936aedb5df436f9"
}
},
"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"
}
}
}
}