From 984bd5e6241c897891ea8685e6607109f0e07c82 Mon Sep 17 00:00:00 2001 From: past-due <30942300+past-due@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:17:42 -0400 Subject: [PATCH] Add libsodium vcpkg overlay-port (2) - Update to latest 1.0.19-stable commit --- .ci/vcpkg/overlay-ports/libsodium/portfile.cmake | 4 ++-- .ci/vcpkg/overlay-ports/libsodium/vcpkg.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/vcpkg/overlay-ports/libsodium/portfile.cmake b/.ci/vcpkg/overlay-ports/libsodium/portfile.cmake index ff2d8e249e0..fc1b3367432 100644 --- a/.ci/vcpkg/overlay-ports/libsodium/portfile.cmake +++ b/.ci/vcpkg/overlay-ports/libsodium/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO jedisct1/libsodium - REF ${VERSION} - SHA512 6094d7bf191ea3be85f2ddab76b71f1b9c69c786493db5b84d3c5d5a0237003377ddf6a8687a962ea651fe4a9369cf5ee1676ba0bae82690f5f7ef31a698efa9 + REF 73248a4972336f411f688864eb6b086d215122fc # latest commit on: 1.0.19-stable branch as of 2024-03-24 + SHA512 b9bf37017e4a1deb0f5cbf9955c2bee6925fed57ed173be9bb58e7a00439038772559f4cbe36d1fb40107b9afd9a9b5a4302ab83630b4740f2ffeab4f03ed671 HEAD_REF master ) diff --git a/.ci/vcpkg/overlay-ports/libsodium/vcpkg.json b/.ci/vcpkg/overlay-ports/libsodium/vcpkg.json index b5a25bdb59e..7c32e43dd21 100644 --- a/.ci/vcpkg/overlay-ports/libsodium/vcpkg.json +++ b/.ci/vcpkg/overlay-ports/libsodium/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libsodium", - "version": "1.0.19", + "version": "1.0.19-stable", "port-version": 2, "description": "A modern and easy-to-use crypto library", "homepage": "https://libsodium.org/",