1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00

ICU changed tar file names

This commit is contained in:
snoe925 2020-08-04 18:58:16 -05:00 committed by GitHub
parent c6f21423d0
commit 69ce8e98cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,13 +40,13 @@ build_sqlite() {
set_icu_version() {
case "$ubuntu" in
14.04)
export ICU_VERSION=52.1
export ICU_VERSION=52-1
;;
16.04)
export ICU_VERSION=55.1
export ICU_VERSION=55-1
;;
18.04)
export ICU_VERSION=60.2
export ICU_VERSION=60-2
;;
*)
echo "unsure what libicu version to use" >&2