mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "1.6.0",
|
|
"description": "sqlcmd is a multi-platform command line experience for Microsoft SQL Server and Azure SQL",
|
|
"homepage": "https://github.com/microsoft/go-sqlcmd",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/microsoft/go-sqlcmd/releases/download/v1.6.0/sqlcmd-v1.6.0-windows-x64.zip",
|
|
"hash": "a73474535435b4e908f95206d592f7b4c0e43e5b55184d06f767d5c2b64831fa"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/microsoft/go-sqlcmd/releases/download/v1.6.0/sqlcmd-v1.6.0-windows-arm64.zip",
|
|
"hash": "5597ba8e184cf8b95a83ff8af5c06577f66d4dbae5292399687b955291b522a1"
|
|
}
|
|
},
|
|
"bin": "sqlcmd.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/microsoft/go-sqlcmd/releases/download/v$version/sqlcmd-v$version-windows-x64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/microsoft/go-sqlcmd/releases/download/v$version/sqlcmd-v$version-windows-arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|