ScoopInstaller_Main/bucket/go-sqlcmd.json
jack-mil e09fd6abf1
go-sqlcmd: Update to version 1.8.2 (#7136)
Fixes excavator errors due to upstream artifact naming change.
2025-09-11 17:39:22 +00:00

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"
}
}
}
}