Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enet] Update to 1.3.15 #11702

Merged
merged 6 commits into from
Jun 3, 2020
Merged
Show file tree
Hide file tree
Changes from 5 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
3 changes: 1 addition & 2 deletions ports/enet/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Source: enet
Version: 1.3.13-1
Version: 1.3.15
Homepage: https://github.com/lsalzman/enet
Description: Reliable UDP networking library

10 changes: 7 additions & 3 deletions ports/enet/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
include(vcpkg_common_functions)
include(vcpkg_from_github)
include(vcpkg_configure_cmake)
include(vcpkg_install_cmake)
include(vcpkg_copy_pdbs)
Fohlen marked this conversation as resolved.
Show resolved Hide resolved

vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
REPO "lsalzman/enet"
REF f7c46f03fd8d883ac2811948aa71c7623069d070
REF 224f31101fc60939c02f6bbe8e8fc810a7db306b
HEAD_REF master
SHA512 2d5593ea56473b38479921fd0849318bf3ecb233f92fa487ba395a0bb7e6a3997109287867a67c66721f761a30cceab4ba4709080a93ed977b7650b10cab1936
SHA512 6f820b5ce9df1cc94793dfced87d5039bdbe4e3fee44951d293158d37c79f2bd16d788a89f67f54ba4ee8570b46db28831f2becc4fe56659ea47f118e4f3f30c
)

file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
Expand Down