Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ hunter_default_version(libogg VERSION 1.3.3-p0)
hunter_default_version(libpcre VERSION 8.41)
hunter_default_version(librtmp VERSION 2.4.0-p0)
hunter_default_version(libscrypt VERSION 1.21-p1)
hunter_default_version(libsodium VERSION 1.0.16-p0)
hunter_default_version(libsodium VERSION 1.0.18)
Comment thread
NeroBurner marked this conversation as resolved.
Outdated
hunter_default_version(libunibreak VERSION 4.0)
hunter_default_version(libusb VERSION 1.0.23)
hunter_default_version(libuv VERSION 1.42.0-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/libsodium/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ hunter_add_version(
d986ca5b9759d6518df26248f03db44d4dc9f590
)

hunter_add_version(
PACKAGE_NAME
libsodium
VERSION
"1.0.18"
Comment thread
NeroBurner marked this conversation as resolved.
Outdated
URL
"https://github.com/cpp-pm/libsodium/archive/refs/tags/v1.0.18-p0.tar.gz"
SHA1
0fafd2219825c6a9d62205b1e921c816b3e94113
)

string(COMPARE EQUAL "${HUNTER_libsodium_VERSION}" "1.0.10" __is_1_0_10)
string(COMPARE EQUAL "${HUNTER_libsodium_VERSION}" "1.0.16" __is_1_0_16)

Expand Down