Skip to content

Commit

Permalink
Merge pull request #124 from Fixstars-momoko/update/ion-kit-v1.8.4
Browse files Browse the repository at this point in the history
updated ion-kit to v1.8.4; fixed typo
  • Loading branch information
Fixstars-momoko authored Jul 23, 2024
2 parents 554b4e5 + dd3b57e commit 849bee5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions installer/tools/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ 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
declare -A gendc_separator_config=( # Declare an associative array with default values
["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"
Expand Down

0 comments on commit 849bee5

Please sign in to comment.