mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
24 lines
788 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|