Skip to content

Commit

Permalink
update scapix to version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Rasin committed Aug 22, 2024
1 parent 6fd1e04 commit 81035b4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions cmake/FindScapix.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include_guard(GLOBAL)

cmodule_add(
scapix 2.0.0
URL "https://github.com/scapix-com/scapix/archive/refs/tags/v2.0.0.tar.gz"
URL_HASH SHA256=27977a9b6b4f9d5996ef1671066d4f514b31e922c0e2544317985f65eba0e7a6
scapix 2.0.1
URL "https://github.com/scapix-com/scapix/archive/refs/tags/v2.0.1.tar.gz"
URL_HASH SHA256=4b136d25bdb341e12074689ab75106b8ba0ae59f12306646a2b32dae11b9ea82
)
12 changes: 6 additions & 6 deletions cmake/FindScapixBin.cmake
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
include_guard(GLOBAL)

set(scapix_bin_hash_Darwin-arm64 bdbeb6b79e31c1088455b2f3cf99ce69149a6759fc01bc0e97e8b1edee34c1f1)
set(scapix_bin_hash_Darwin-x86_64 b9a6e59b711d05a78563aae47891beb16f22bde906718a2768d6f71420cfa8f3)
set(scapix_bin_hash_Linux-x86_64 709ee46992d65eb09c72169f78688dba407d4bd9e55740c54b59ee43b69c811c)
set(scapix_bin_hash_Windows-AMD64 ed19b2ecc3f48c6b25acdfe0c5f5c83ac7d76780ceb49ef3e8ed2f5fbbb6d024)
set(scapix_bin_hash_Darwin-arm64 5c72aed9452d417af38fdad65b1cfee4b4ac7c6cf6efa2869f7229a3a984c514)
set(scapix_bin_hash_Darwin-x86_64 11b98dfde278d33bc1bc39c44f2720e852c341a987eec545eb3d5ae0947b63e6)
set(scapix_bin_hash_Linux-x86_64 604c3dde69248eff137654be90ee32728004fd4d1fd0f9bd4798983f20f2ebec)
set(scapix_bin_hash_Windows-AMD64 7ec2bb45adbc87283b5c1befbe785982cf35e3b5684308107242342620e1f177)

cmodule_add(
scapix_bin 2.1.0
URL "https://github.com/scapix-com/scapix-bin/archive/refs/tags/v2.1.0-${CMAKE_HOST_SYSTEM_NAME}-${CMAKE_HOST_SYSTEM_PROCESSOR}.tar.gz"
scapix_bin 2.1.1
URL "https://github.com/scapix-com/scapix-bin/archive/refs/tags/v2.1.1-${CMAKE_HOST_SYSTEM_NAME}-${CMAKE_HOST_SYSTEM_PROCESSOR}.tar.gz"
URL_HASH SHA256=${scapix_bin_hash_${CMAKE_HOST_SYSTEM_NAME}-${CMAKE_HOST_SYSTEM_PROCESSOR}}
)

Expand Down
6 changes: 3 additions & 3 deletions cmake/FindScapixCore.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include_guard(GLOBAL)

cmodule_add(
scapix_core 2.0.0
URL "https://github.com/scapix-com/scapix-core/archive/refs/tags/v2.0.0.tar.gz"
URL_HASH SHA256=f754a60028f225f379209ef7cbc7fa3e86b494656a40b3cf9a6efbca60617293
scapix_core 2.0.1
URL "https://github.com/scapix-com/scapix-core/archive/refs/tags/v2.0.1.tar.gz"
URL_HASH SHA256=7a0e27431db724c3e45dffb9d01128e39bc75aa43fa4c686ef64b2d5174e7b94
)
6 changes: 3 additions & 3 deletions cmake/FindScapixJNI.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include_guard(GLOBAL)

cmodule_add(
scapix_jni 2.0.0
URL "https://github.com/scapix-com/scapix-jni/archive/refs/tags/v2.0.0.tar.gz"
URL_HASH SHA256=a3ee669e6b1b621cdb5eae9f3dec2c1be80a6a0453f8cb6feca3b37b6b2ee99a
scapix_jni 2.0.1
URL "https://github.com/scapix-com/scapix-jni/archive/refs/tags/v2.0.1.tar.gz"
URL_HASH SHA256=8cfe7e3f5bc4554f4380f9fff461102d468c87bc51d1f8f697ab118caa448508
)

0 comments on commit 81035b4

Please sign in to comment.