odbc2parquet: Add version 6.0.0 (#5696)

This commit is contained in:
Francois Botha 2024-04-10 09:34:19 +02:00 committed by GitHub
parent b4c1ceb8db
commit 6ad35985a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

28
bucket/odbc2parquet.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "6.0.0",
"description": "A command line tool to query an ODBC data source and write the result into a parquet file.",
"homepage": "https://github.com/pacman82/odbc2parquet",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/pacman82/odbc2parquet/releases/download/v6.0.0/odbc2parquet-win64.zip",
"hash": "c9386388f0ed3d8f9bcca8ceb8766863d23e65646482b88f46d5da0e4b4232cd"
},
"32bit": {
"url": "https://github.com/pacman82/odbc2parquet/releases/download/v6.0.0/odbc2parquet-win32.zip",
"hash": "77d7033a503217823072b01b5e895891a9194308cb3031f81d02ddaaa11af57b"
}
},
"bin": "odbc2parquet.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/pacman82/odbc2parquet/releases/download/v$version/odbc2parquet-win64.zip"
},
"32bit": {
"url": "https://github.com/pacman82/odbc2parquet/releases/download/v$version/odbc2parquet-win32.zip"
}
}
}
}