Skip to content

Commit

Permalink
Add libsodium vcpkg overlay-port (2)
Browse files Browse the repository at this point in the history
- Update to latest 1.0.19-stable commit
  • Loading branch information
past-due committed Mar 26, 2024
1 parent 1824562 commit 984bd5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/vcpkg/overlay-ports/libsodium/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion .ci/vcpkg/overlay-ports/libsodium/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit 984bd5e

Please sign in to comment.