duckdb: update to 1.1.3.
This commit is contained in:
parent
cc142de117
commit
6bf82e42c5
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'duckdb'
|
# Template file for 'duckdb'
|
||||||
pkgname=duckdb
|
pkgname=duckdb
|
||||||
version=1.1.2
|
version=1.1.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* aarch64*" # 32-bit FTBFS
|
archs="x86_64* aarch64*" # 32-bit FTBFS
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -16,7 +16,7 @@ license="MIT"
|
||||||
homepage="https://duckdb.org"
|
homepage="https://duckdb.org"
|
||||||
changelog="https://github.com/duckdb/duckdb/releases"
|
changelog="https://github.com/duckdb/duckdb/releases"
|
||||||
distfiles="https://github.com/duckdb/duckdb/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/duckdb/duckdb/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=a3319a64c390ed0454c869b2e4fc0af2413cd49f55cd0f1400aaed9069cdbc4c
|
checksum=2aea0af898ad753fee82b776fea1bf78ccbc9648986e7f7a87372df5e74cdb98
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
x86_64*) configure_args+=" -DDUCKDB_EXPLICIT_PLATFORM=linux_amd64" ;;
|
x86_64*) configure_args+=" -DDUCKDB_EXPLICIT_PLATFORM=linux_amd64" ;;
|
||||||
|
|
Loading…
Reference in New Issue