summaryrefslogtreecommitdiff
path: root/tools/make-binaries
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2022-05-06 14:03:11 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2022-05-06 14:03:11 +0200
commitec36dd7ba1df049a95fe4b4f152f9197fe8db9dd (patch)
tree23d2b2e428f81a905eff2c2655a0da19521b35d9 /tools/make-binaries
parentFix spec (diff)
make-binaries: Bump SQLite and ODBC versions
Diffstat (limited to '')
-rwxr-xr-xtools/make-binaries4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-binaries b/tools/make-binaries
index daab03d8..e813ece5 100755
--- a/tools/make-binaries
+++ b/tools/make-binaries
@@ -78,8 +78,8 @@ png_vsn='1.6.37'
jpeg_vsn='9e'
webp_vsn='1.2.2'
gd_vsn='2.3.3'
-odbc_vsn='2.3.10'
-sqlite_vsn='3380300'
+odbc_vsn='2.3.11'
+sqlite_vsn='3380400'
root_dir="${BUILD_DIR:-$HOME/build}"
bootstrap_dir="$root_dir/bootstrap"
ct_prefix_dir="$root_dir/x-tools"