ScoopInstaller_Main/bucket/go-sqlcmd.json
Filip De Vos 3f45f01172
go-sqlcmd: Add version 1.5.0 (#5384)
* go-sqlcmd: Add version 1.5.0

* go-sqlcmd: fix auto update

* go-sqlcmd: Add arm64 support
2024-01-10 23:44:57 +08:00

29 lines
1.1 KiB
JSON

{
"version": "1.5.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.5.0/sqlcmd-v1.5.0-windows-x64.zip",
"hash": "6cd1d11a463549757efd8ef6daaa3a9413ccf85950ef9a49716041fdbdedc01d"
},
"arm64": {
"url": "https://github.com/microsoft/go-sqlcmd/releases/download/v1.5.0/sqlcmd-v1.5.0-windows-arm64.zip",
"hash": "28ae735730f0020a0d44c9e453f56979c2da2a5e313e2f1209d3fbb121c361a1"
}
},
"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"
}
}
}
}