From dd3b57ebbdee2fdc8136cda28e7e3d6b4e08a9d4 Mon Sep 17 00:00:00 2001 From: Fixstars-momoko Date: Tue, 23 Jul 2024 11:51:48 -0700 Subject: [PATCH] updated ion-kit to v1.8.4; fixed typo --- installer/config.yml | 6 +++--- installer/tools/setup.sh | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/installer/config.yml b/installer/config.yml index 2f2b4aa4..3dee5cdc 100644 --- a/installer/config.yml +++ b/installer/config.yml @@ -34,10 +34,10 @@ libraries: src_path: ion-kit install_path: install/ion-kit action: download # can be 'download', 'build', or 'use_existing' - pkg_url: "https://github.com/fixstars/ion-kit/releases/download/v1.8.3/ion-kit-1.8.3-x86-64-windows.zip" - pkg_sha: "75bf579f5465d67a4e21ffca2eaf0325216cc184c4b77d2f0b7f9cec139f9842" + pkg_url: "https://github.com/fixstars/ion-kit/releases/download/v1.8.4/ion-kit-1.8.4-x86-64-windows.zip" + pkg_sha: "a561d827c871c1fa7fa54a9245aa955e592b24da35f9d2a4eb6fcf353bc7c276" git_repo: "https://github.com/fixstars/ion-kit.git" - version: "v1.8.3" + version: "v1.8.4" opencv: name: opencv diff --git a/installer/tools/setup.sh b/installer/tools/setup.sh index 9230df8c..42955ca6 100644 --- a/installer/tools/setup.sh +++ b/installer/tools/setup.sh @@ -31,6 +31,7 @@ declare -A ion_kit_config=( # Declare an associative array with default values ["v24.05.04"]="v1.8.2" ["v24.05.05"]="v1.8.2" ["v24.05.06"]="v1.8.3" + ["v24.05.07"]="v1.8.4" ) unset gendc_separator_config @@ -38,6 +39,7 @@ declare -A gendc_separator_config=( # Declare an associative array with default ["v24.05.04"]="v0.2.6" ["v24.05.05"]="v0.2.7" ["v24.05.06"]="v0.2.8" + ["v24.05.07"]="v0.2.8" ) EARLIEST_STABLE_SDK="v24.05.04"