We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2b9aa commit 1dcb369Copy full SHA for 1dcb369
cmake/modules/container_plugin.cmake
@@ -22,13 +22,13 @@ set(CONTAINER_LIBRARY
22
)
23
24
if(NOT CONTAINER_VERSION)
25
- set(CONTAINER_VERSION "0.2.2")
+ set(CONTAINER_VERSION "0.2.3")
26
endif()
27
if(NOT CONTAINER_HASH)
28
if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
29
- set(CONTAINER_HASH "e770975d06bad6c593ea43dd56364afdb9314a47924f29198ba3ab184e6aca5d")
+ set(CONTAINER_HASH "1cff2c3e0c07efe85a97e187c0565e1a6fc67b4e0be8f43c5bf2f560b0c4957b")
30
else() # arm64
31
- set(CONTAINER_HASH "52fa2687152eb89c7e54a7b96bd1b08e78fdef15b98c989322f8eab7debcbf35")
+ set(CONTAINER_HASH "2f3732c4b9ea42436a2b514a4eb792e89d41d07930fd7c3c7f77def6aadf6666")
32
33
34
if(NOT TARGET container_plugin)
0 commit comments