Skip to content

Commit 580267d

Browse files
leogrpoiana
authored andcommitted
chore(cmake/modules): bump container plugin to v0.4.1
Signed-off-by: Leonardo Grasso <[email protected]>
1 parent 04eaffe commit 580267d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/modules/container_plugin.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ set(CONTAINER_LIBRARY
2222
)
2323

2424
if(NOT CONTAINER_VERSION)
25-
set(CONTAINER_VERSION "0.4.0")
25+
set(CONTAINER_VERSION "0.4.1")
2626
endif()
2727
if(NOT CONTAINER_HASH)
2828
if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
29-
set(CONTAINER_HASH "4cdf585214014053018e01a3ddde6824abba2dba03d9ee3c24867193226b211c")
29+
set(CONTAINER_HASH "2ca0390f8b44bb4d0ec4c7f030dfb82af349897d00276393b6cb29281e14588e")
3030
else() # arm64
31-
set(CONTAINER_HASH "5e281ab6e2da11f8a8e7001c0e50508f135c2b1d49aeccf9b3f65f8fb1d00d6e")
31+
set(CONTAINER_HASH "aa69ae222fb3947d9eac3756e06d5006964e1544130d3ebff398a18462fd0b12")
3232
endif()
3333
endif()
3434
if(NOT TARGET container_plugin)

0 commit comments

Comments
 (0)