Skip to content

Commit

Permalink
sync upstream libnoson 2.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Sep 17, 2024
1 parent 4d813bb commit deff553
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions backend/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if(NOT OPENSSL_FOUND)
set(OPENSSL_DL_ABI "1.1")
download_project(PROJ "openssl-${OPENSSL_DL_ABI}"
GIT_REPOSITORY https://github.com/janbar/openssl-cmake.git
GIT_TAG 1.1.1t-20230216
GIT_TAG 1.1.1w-20231130
GIT_SHALLOW 1
PREFIX ${CMAKE_CURRENT_BINARY_DIR}
UPDATE_DISCONNECTED ON)
Expand Down Expand Up @@ -124,8 +124,8 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/noson/CMakeLists.txt)
else()
if(NOT LIBNOSON_GIT_MASTER)
download_project(PROJ noson
URL "${CMAKE_CURRENT_SOURCE_DIR}/noson-2.12.9.tar.gz"
URL_HASH MD5=dbdcc48e1ce8c4a9e4f58c504d141506
URL "${CMAKE_CURRENT_SOURCE_DIR}/noson-2.12.10.tar.gz"
URL_HASH MD5=d9e8a1c0de1f7b1a136a3934dba93592
PREFIX ${CMAKE_CURRENT_BINARY_DIR}
UPDATE_DISCONNECTED ON)
else()
Expand Down
2 changes: 1 addition & 1 deletion backend/lib/noson
Binary file added backend/lib/noson-2.12.10.tar.gz
Binary file not shown.
Binary file removed backend/lib/noson-2.12.9.tar.gz
Binary file not shown.

0 comments on commit deff553

Please sign in to comment.