mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.33.1",
|
|
"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.33.1/swagger_windows_amd64.exe#/swagger.exe",
|
|
"hash": "0fe476d2f689f229496eef1c22aa8751a511532ad17f5671aadfe6aa4c2c5bf0"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/go-swagger/go-swagger/releases/download/v0.33.1/swagger_windows_arm64.exe#/swagger.exe",
|
|
"hash": "3e6531a6f2f20a6d21270d520ee63beccab8a8913e0ed4e363aad39eb8c38bb1"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/go-swagger/go-swagger/releases/download/v$version/swagger_windows_arm64.exe#/swagger.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/sha256sum.txt"
|
|
}
|
|
}
|
|
}
|