Skip to content

Commit

Permalink
Update aarch mac vm download hash
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Apr 12, 2023
1 parent c04127d commit 5a90ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/vmmaker.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if(GENERATE_SOURCES)
message("Defining OSX VM to download for code generation")
set(VMMAKER_VM ${VMMAKER_DIR}/vm/Contents/MacOS/Pharo)
set(VM_URL https://files.pharo.org/vm/pharo-spur64-headless/Darwin-x86_64/PharoVM-10.0.2-fdd3df06-Darwin-x86_64-bin.zip)
set(VM_URL_HASH SHA256=920c2dd54a99f54a08d1c02980668188725572cdae6e736588559f23a0523ae3)
set(VM_URL_HASH SHA256=a3a4a44f26cf25d9218ed2b3cacf75a7602f7db018d57d2c8c25af31d650ad73)
else()
message(FATAL_ERROR "VM DOWNLOAD NOT HANDLED FOR CMAKE SYSTEM: ${CMAKE_SYSTEM_NAME}")
endif()
Expand Down

0 comments on commit 5a90ad9

Please sign in to comment.