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 04eaffe commit 580267dCopy full SHA for 580267d
cmake/modules/container_plugin.cmake
@@ -22,13 +22,13 @@ set(CONTAINER_LIBRARY
22
)
23
24
if(NOT CONTAINER_VERSION)
25
- set(CONTAINER_VERSION "0.4.0")
+ set(CONTAINER_VERSION "0.4.1")
26
endif()
27
if(NOT CONTAINER_HASH)
28
if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
29
- set(CONTAINER_HASH "4cdf585214014053018e01a3ddde6824abba2dba03d9ee3c24867193226b211c")
+ set(CONTAINER_HASH "2ca0390f8b44bb4d0ec4c7f030dfb82af349897d00276393b6cb29281e14588e")
30
else() # arm64
31
- set(CONTAINER_HASH "5e281ab6e2da11f8a8e7001c0e50508f135c2b1d49aeccf9b3f65f8fb1d00d6e")
+ set(CONTAINER_HASH "aa69ae222fb3947d9eac3756e06d5006964e1544130d3ebff398a18462fd0b12")
32
33
34
if(NOT TARGET container_plugin)
0 commit comments