Skip to content

Commit

Permalink
Update libsodium to 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
saidinesh5 committed Jul 2, 2018
1 parent 1eced93 commit 109329a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cmake/projects/libsodium/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ hunter_add_version(
00a999629f1f8f500cef29818135f8f889f44e41
)


hunter_add_version(
PACKAGE_NAME
libsodium
VERSION
"1.0.16"
URL
"https://github.com/jedisct1/libsodium/archive/1.0.16.tar.gz"
SHA1
18a2c5758aaf60c0abbc0e6a21f63df80faccfc6
)

hunter_configuration_types(libsodium CONFIGURATION_TYPES Release)
if(MSVC)
hunter_pick_scheme(DEFAULT url_sha1_libsodium_msbuild)
Expand Down

0 comments on commit 109329a

Please sign in to comment.