diff --git a/bucket/go-sqlcmd.json b/bucket/go-sqlcmd.json new file mode 100644 index 0000000000..250f267583 --- /dev/null +++ b/bucket/go-sqlcmd.json @@ -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" + } + } + } +}