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
This commit is contained in:
Filip De Vos 2024-01-10 10:44:57 -05:00 committed by GitHub
parent a99f05603c
commit 3f45f01172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/go-sqlcmd.json Normal file
View File

@ -0,0 +1,28 @@
{
"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"
}
}
}
}