Updated gizmosql-bin to 1.12.1

This commit is contained in:
tee 2025-10-11 00:40:47 +13:00
parent e5a5f76d42
commit b5cf520b95
2 changed files with 5 additions and 5 deletions

View file

@ -1,13 +1,13 @@
pkgbase = gizmosql-bin
pkgdesc = A Flight SQL Server implementation with DuckDB and SQLite back-ends
pkgver = 1.12.0
pkgver = 1.12.1
pkgrel = 1
url = https://gizmodata.com/gizmosql
arch = x86_64
license = Apache-2.0
depends = gflags
options = !strip
source_x86_64 = gizmosql-1.12.0-x86_64.zip::https://github.com/gizmodata/gizmosql/releases/download/v1.12.0/gizmosql_cli_linux_amd64.zip
b2sums_x86_64 = 9a5644f6a5014e310b6e7131365850ef902ebed7d20e0de19d61348930ef944f592fdcceb14350d230cb7bf44d7dc76083f7f8e57d4b7e04357229af8ab950eb
source_x86_64 = gizmosql-1.12.1-x86_64.zip::https://github.com/gizmodata/gizmosql/releases/download/v1.12.1/gizmosql_cli_linux_amd64.zip
b2sums_x86_64 = e01e7e47080d5d0e388fa4ff0ae959596c9802a7cf30401a5a79df15a30cbfb9a3fd10ddf3904912ce77a3f90fe823c4edc18002bfba4727d857e545ae9f598e
pkgname = gizmosql-bin

View file

@ -2,7 +2,7 @@
# Co-Maintainer: tee <teeaur at duck dot com>
pkgname="gizmosql-bin"
pkgver=1.12.0
pkgver=1.12.1
pkgrel=1
pkgdesc="A Flight SQL Server implementation with DuckDB and SQLite back-ends"
url="https://gizmodata.com/gizmosql"
@ -11,7 +11,7 @@ depends=("gflags")
arch=("x86_64") # "aarch64")
source_x86_64=("gizmosql-$pkgver-$CARCH.zip::https://github.com/gizmodata/gizmosql/releases/download/v$pkgver/gizmosql_cli_linux_amd64.zip")
#source_aarch64=("gizmosql-$pkgver-$CARCH.zip::https://github.com/gizmodata/gizmosql/releases/download/v$pkgver/gizmosql_cli_linux_arm64.zip")
b2sums_x86_64=('9a5644f6a5014e310b6e7131365850ef902ebed7d20e0de19d61348930ef944f592fdcceb14350d230cb7bf44d7dc76083f7f8e57d4b7e04357229af8ab950eb')
b2sums_x86_64=('e01e7e47080d5d0e388fa4ff0ae959596c9802a7cf30401a5a79df15a30cbfb9a3fd10ddf3904912ce77a3f90fe823c4edc18002bfba4727d857e545ae9f598e')
#b2sums_aarch64=('SKIP')
options=("!strip")