mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "1.8.2",
|
|
"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.8.2/sqlcmd-windows-amd64.zip",
|
|
"hash": "58c3244debde3c5b9f7ff371cca94784f1d5e5fe4268fa5882b863ac500264f1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/microsoft/go-sqlcmd/releases/download/v1.8.2/sqlcmd-windows-arm64.zip",
|
|
"hash": "3da4969215af626070e2ea9326831357d00585e83d492ded79cb36db6d4c3355"
|
|
}
|
|
},
|
|
"bin": "sqlcmd.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/microsoft/go-sqlcmd/releases/download/v$version/sqlcmd-windows-amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/microsoft/go-sqlcmd/releases/download/v$version/sqlcmd-windows-arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|