mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[libsodium] Upgrade to 1.0.16
This commit is contained in:
parent
ef9d50ecb3
commit
86a652c31c
@ -1,3 +1,3 @@
|
|||||||
Source: libsodium
|
Source: libsodium
|
||||||
Version: 1.0.15-1
|
Version: 1.0.16
|
||||||
Description: A modern and easy-to-use crypto library
|
Description: A modern and easy-to-use crypto library
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
include(vcpkg_common_functions)
|
include(vcpkg_common_functions)
|
||||||
|
|
||||||
set(LIBSODIUM_VERSION 1.0.15)
|
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO jedisct1/libsodium
|
REPO jedisct1/libsodium
|
||||||
REF ${LIBSODIUM_VERSION}
|
REF 1.0.16
|
||||||
SHA512 ec497cb0007597efaeae0aecaa7484d6dcc53367607ec3fd28a98c6209f0cdecd5a6f560c15badd3a69b8da7d63676b11fb395ef4ed4da9b80467dbdc5f65a72
|
SHA512 a9b5c4484f08f3ec1703a6c3af0acfa233214d0d38f32c1fc26305fc01cd2d9c8d469d52d98e6329729c08c15ee0494494037d5ad1472864d3cbdb55a751afec
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user