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.3",
|
|
"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.3/swagger_windows_amd64.exe#/swagger.exe",
|
|
"hash": "b1c3ffded0a8d0137497894e9a4bcc384d2e7bfad96710311f89909488256828"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|