mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Updated gizmosql-bin to 1.13.4
This commit is contained in:
parent
e756488bb8
commit
e43f30f720
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -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.13.0
|
pkgver = 1.13.4
|
||||||
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.13.0-amd64.zip::https://github.com/gizmodata/gizmosql/releases/download/v1.13.0/gizmosql_cli_linux_amd64.zip
|
source_x86_64 = gizmosql-1.13.4-amd64.zip::https://github.com/gizmodata/gizmosql/releases/download/v1.13.4/gizmosql_cli_linux_amd64.zip
|
||||||
b2sums_x86_64 = 42855ec9a783bdc60d857a719d4b446a5fbdcfdfee9f38208f59abbd0436d54fd584cec79c07cfc88c19aad0b94f9f2482516327d35b0f728a822bca8a99e78c
|
b2sums_x86_64 = 19c07ce8fb43aa6233121c3558bcfaba6d8a2f9346e1f792fd3f06997bb254a3b6d65f29f5f7f97987cebc73095e233a4928baa302ea74ec9110531c6acffdcb
|
||||||
source_aarch64 = gizmosql-1.13.0-arm64.zip::https://github.com/gizmodata/gizmosql/releases/download/v1.13.0/gizmosql_cli_linux_arm64.zip
|
source_aarch64 = gizmosql-1.13.4-arm64.zip::https://github.com/gizmodata/gizmosql/releases/download/v1.13.4/gizmosql_cli_linux_arm64.zip
|
||||||
b2sums_aarch64 = 2dd4aad4f63f0d624d3fef5ba522eb18e7e792e8a62695fc56530cc1b5a41cf3db55214ad4c411ffe746901b2bae719f50c3909f70371e7c19271559af6aea34
|
b2sums_aarch64 = df734d12937e141bfab56832e916a7d1b5fc8a2064a74619ce3313a0f279caf479fb36cb1eb2f66aeffcc26cd1ffa16d4f5ffe3fb006f5696f6df74e8aca1cfc
|
||||||
|
|
||||||
pkgname = gizmosql-bin
|
pkgname = gizmosql-bin
|
||||||
|
|
|
||||||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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.13.0
|
pkgver=1.13.4
|
||||||
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=('42855ec9a783bdc60d857a719d4b446a5fbdcfdfee9f38208f59abbd0436d54fd584cec79c07cfc88c19aad0b94f9f2482516327d35b0f728a822bca8a99e78c')
|
b2sums_x86_64=('19c07ce8fb43aa6233121c3558bcfaba6d8a2f9346e1f792fd3f06997bb254a3b6d65f29f5f7f97987cebc73095e233a4928baa302ea74ec9110531c6acffdcb')
|
||||||
b2sums_aarch64=('2dd4aad4f63f0d624d3fef5ba522eb18e7e792e8a62695fc56530cc1b5a41cf3db55214ad4c411ffe746901b2bae719f50c3909f70371e7c19271559af6aea34')
|
b2sums_aarch64=('df734d12937e141bfab56832e916a7d1b5fc8a2064a74619ce3313a0f279caf479fb36cb1eb2f66aeffcc26cd1ffa16d4f5ffe3fb006f5696f6df74e8aca1cfc')
|
||||||
options=("!strip")
|
options=("!strip")
|
||||||
|
|
||||||
package(){
|
package(){
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue