ICU changed tar file names

This commit is contained in:
snoe925 2020-08-04 18:58:16 -05:00 committed by Colin Dellow
parent e3456351f8
commit 59105a8344
1 changed files with 3 additions and 3 deletions

View File

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