ScoopInstaller_Main/bucket/go-swagger.json
2023-01-16 20:25:43 +00:00

24 lines
788 B
JSON

{
"version": "0.30.4",
"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.4/swagger_windows_amd64.exe#/swagger.exe",
"hash": "f653d9c2eee89ae7b766701eae51e5645ae6e68c174a14b061ce92f087aefab7"
}
},
"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"
}
}
}
}