Skip to content

Commit f6874e4

Browse files
committed
chore(cmake/modules): update libs and driver hashes
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent 722e06d commit f6874e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/modules/driver.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else()
3232
# ie., `cmake -DDRIVER_VERSION=dev ..`
3333
if(NOT DRIVER_VERSION)
3434
set(DRIVER_VERSION "8.1.0+driver")
35-
set(DRIVER_CHECKSUM "")
35+
set(DRIVER_CHECKSUM "SHA256=182e6787bf86249a846a3baeb4dcd31578b76d4a13efa16ce3f44d66b18a77a6")
3636
endif()
3737

3838
# cd /path/to/build && cmake /path/to/source

cmake/modules/falcosecurity-libs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ else()
4848
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
4949
if(NOT FALCOSECURITY_LIBS_VERSION)
5050
set(FALCOSECURITY_LIBS_VERSION "0.21.0")
51-
set(FALCOSECURITY_LIBS_CHECKSUM "")
51+
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=9e977001dd42586df42a5dc7e7a948c297124865a233402e44bdec68839d322a")
5252
endif()
5353

5454
# cd /path/to/build && cmake /path/to/source

0 commit comments

Comments
 (0)