Updated gizmosql-bin to 1.12.13

This commit is contained in:
Rafael Baboni Dominiquini 2025-11-25 18:40:28 -03:00
parent 2d09173a3b
commit 199b631fc3
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = gizmosql-bin pkgbase = gizmosql-bin
pkgdesc = A Flight SQL Server implementation with DuckDB and SQLite back-ends pkgdesc = A Flight SQL Server implementation with DuckDB and SQLite back-ends
pkgver = 1.12.11 pkgver = 1.12.13
pkgrel = 1 pkgrel = 1
url = https://gizmodata.com/gizmosql url = https://gizmodata.com/gizmosql
arch = x86_64 arch = x86_64
@ -8,9 +8,9 @@ pkgbase = gizmosql-bin
license = Apache-2.0 license = Apache-2.0
depends = gflags depends = gflags
options = !strip options = !strip
source_x86_64 = gizmosql-1.12.11-amd64.zip::https://github.com/gizmodata/gizmosql/releases/download/v1.12.11/gizmosql_cli_linux_amd64.zip source_x86_64 = gizmosql-1.12.13-amd64.zip::https://github.com/gizmodata/gizmosql/releases/download/v1.12.13/gizmosql_cli_linux_amd64.zip
b2sums_x86_64 = 2bcd17fc9721e5e5115568d5ea0f89feb6195fd8782bb52e22d766c3b1570ec03c0c6cf8caeafbe227d0220cc1641381475f3b7a68bd153bf833a0cf90cdbafa b2sums_x86_64 = 204cf37d096dc62c11f17e4eacf27dcc0db430e7720292eced13efaa049b553442d126ef6afc685fe71dbe04f5131efd927ee68c1f4a3e0c40a0607e48f3dcd3
source_aarch64 = gizmosql-1.12.11-arm64.zip::https://github.com/gizmodata/gizmosql/releases/download/v1.12.11/gizmosql_cli_linux_arm64.zip source_aarch64 = gizmosql-1.12.13-arm64.zip::https://github.com/gizmodata/gizmosql/releases/download/v1.12.13/gizmosql_cli_linux_arm64.zip
b2sums_aarch64 = 987916881c7b15f3cfed5dea3a7a188b4d990b49fdce699fbfbec836feae46b976106879541a0c27a406ab42779be250145c3eaeb153b245baa40abf835432ec b2sums_aarch64 = e02635284a00717cec8afe0f17ffd09122dfff638865561025f7ee7cb8cf0153887e2a337de5835f133bab99ceeb6e24a585ff86e9711ca194850ff865789060
pkgname = gizmosql-bin pkgname = gizmosql-bin

View file

@ -3,7 +3,7 @@
# Co-Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com> # Co-Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
pkgname="gizmosql-bin" pkgname="gizmosql-bin"
pkgver=1.12.11 pkgver=1.12.13
pkgrel=1 pkgrel=1
pkgdesc="A Flight SQL Server implementation with DuckDB and SQLite back-ends" pkgdesc="A Flight SQL Server implementation with DuckDB and SQLite back-ends"
url="https://gizmodata.com/gizmosql" url="https://gizmodata.com/gizmosql"
@ -12,8 +12,8 @@ depends=("gflags")
arch=("x86_64" "aarch64") arch=("x86_64" "aarch64")
source_x86_64=("gizmosql-$pkgver-amd64.zip::https://github.com/gizmodata/gizmosql/releases/download/v$pkgver/gizmosql_cli_linux_amd64.zip") source_x86_64=("gizmosql-$pkgver-amd64.zip::https://github.com/gizmodata/gizmosql/releases/download/v$pkgver/gizmosql_cli_linux_amd64.zip")
source_aarch64=("gizmosql-$pkgver-arm64.zip::https://github.com/gizmodata/gizmosql/releases/download/v$pkgver/gizmosql_cli_linux_arm64.zip") source_aarch64=("gizmosql-$pkgver-arm64.zip::https://github.com/gizmodata/gizmosql/releases/download/v$pkgver/gizmosql_cli_linux_arm64.zip")
b2sums_x86_64=('2bcd17fc9721e5e5115568d5ea0f89feb6195fd8782bb52e22d766c3b1570ec03c0c6cf8caeafbe227d0220cc1641381475f3b7a68bd153bf833a0cf90cdbafa') b2sums_x86_64=('204cf37d096dc62c11f17e4eacf27dcc0db430e7720292eced13efaa049b553442d126ef6afc685fe71dbe04f5131efd927ee68c1f4a3e0c40a0607e48f3dcd3')
b2sums_aarch64=('987916881c7b15f3cfed5dea3a7a188b4d990b49fdce699fbfbec836feae46b976106879541a0c27a406ab42779be250145c3eaeb153b245baa40abf835432ec') b2sums_aarch64=('e02635284a00717cec8afe0f17ffd09122dfff638865561025f7ee7cb8cf0153887e2a337de5835f133bab99ceeb6e24a585ff86e9711ca194850ff865789060')
options=("!strip") options=("!strip")
package(){ package(){