Skip to content

Commit 1dcb369

Browse files
FedeDPpoiana
authored andcommitted
update(cmake): bump container plugin to 0.2.3.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
1 parent bd2b9aa commit 1dcb369

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.2.2")
25+
set(CONTAINER_VERSION "0.2.3")
2626
endif()
2727
if(NOT CONTAINER_HASH)
2828
if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
29-
set(CONTAINER_HASH "e770975d06bad6c593ea43dd56364afdb9314a47924f29198ba3ab184e6aca5d")
29+
set(CONTAINER_HASH "1cff2c3e0c07efe85a97e187c0565e1a6fc67b4e0be8f43c5bf2f560b0c4957b")
3030
else() # arm64
31-
set(CONTAINER_HASH "52fa2687152eb89c7e54a7b96bd1b08e78fdef15b98c989322f8eab7debcbf35")
31+
set(CONTAINER_HASH "2f3732c4b9ea42436a2b514a4eb792e89d41d07930fd7c3c7f77def6aadf6666")
3232
endif()
3333
endif()
3434
if(NOT TARGET container_plugin)

0 commit comments

Comments
 (0)