mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated gizmosql-bin to 1.11.9
This commit is contained in:
parent
c75269c1ea
commit
6120ae5175
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,13 +1,13 @@
|
|||
pkgbase = gizmosql-bin
|
||||
pkgdesc = A Flight SQL Server implementation with DuckDB and SQLite back-ends
|
||||
pkgver = 1.11.8
|
||||
pkgver = 1.11.9
|
||||
pkgrel = 1
|
||||
url = https://gizmodata.com/gizmosql
|
||||
arch = x86_64
|
||||
license = Apache-2.0
|
||||
depends = gflags
|
||||
options = !strip
|
||||
source_x86_64 = gizmosql-1.11.8-x86_64.zip::https://github.com/gizmodata/gizmosql/releases/download/v1.11.8/gizmosql_cli_linux_amd64.zip
|
||||
b2sums_x86_64 = 1cc35306a95272a31706b3c814478721439eb61707c8410d692367779e47ea7668759a0e9218c0cf6e753dbc9b6e7fce5adcad961965fd58011a9d8124bd9197
|
||||
source_x86_64 = gizmosql-1.11.9-x86_64.zip::https://github.com/gizmodata/gizmosql/releases/download/v1.11.9/gizmosql_cli_linux_amd64.zip
|
||||
b2sums_x86_64 = 143332b54ca00e89e4e2dc017af2f9be2b2872416dfa6f7130e53c5408df12ba4c55e8d63f22d9e88bf073d387cf88ea2c6191ac421192b6bfd70f79369253d6
|
||||
|
||||
pkgname = gizmosql-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Co-Maintainer: tee <teeaur at duck dot com>
|
||||
|
||||
pkgname="gizmosql-bin"
|
||||
pkgver=1.11.8
|
||||
pkgver=1.11.9
|
||||
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=('1cc35306a95272a31706b3c814478721439eb61707c8410d692367779e47ea7668759a0e9218c0cf6e753dbc9b6e7fce5adcad961965fd58011a9d8124bd9197')
|
||||
b2sums_x86_64=('143332b54ca00e89e4e2dc017af2f9be2b2872416dfa6f7130e53c5408df12ba4c55e8d63f22d9e88bf073d387cf88ea2c6191ac421192b6bfd70f79369253d6')
|
||||
#b2sums_aarch64=('SKIP')
|
||||
options=("!strip")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue