mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
duckdb: update to 1.2.2.
This commit is contained in:
parent
115c9918e2
commit
52c71c11d2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'duckdb'
|
# Template file for 'duckdb'
|
||||||
pkgname=duckdb
|
pkgname=duckdb
|
||||||
version=1.2.0
|
version=1.2.2
|
||||||
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=f22c97e18c071fa8e43b5e150c03c6ab4bcc510cca6e6b50cbe13af8535fa701
|
checksum=99387810537dd3f90454e5620ab624405d7f2e0d997aa1e3999316b7969592ed
|
||||||
|
|
||||||
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…
Add table
Reference in a new issue