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.17 #18220

Merged
merged 2 commits into from
Jun 2, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 0 additions & 4 deletions ports/enet/CONTROL

This file was deleted.

4 changes: 2 additions & 2 deletions ports/enet/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 "lsalzman/enet"
REF 0bd265b230ae47787d2ef793402146ff56805e2b # v1.3.16
REF e0e7045b7e056b454b5093cb34df49dc4cee0bee # v1.3.17
HEAD_REF master
SHA512 e00e0cf200f9a06ced19db9413b32cb6145527c5b9080801da8b97b660325afb755e144f4be32cb8fe545e7c4bc85d80904ae2b14cfb207392a0e2f91819c69b
SHA512 006a78edcc2059d8cee47a163d308dd02120a54f9c203401b83eb6cb4ab3e56cf09988d3c35b436a1e9f74c01296995ae6fdd46f6d354fe8261cf19cdde3df5d
)

file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
Expand Down
6 changes: 6 additions & 0 deletions ports/enet/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "enet",
"version": "1.3.17",
"description": "Reliable UDP networking library",
"homepage": "https://github.com/lsalzman/enet"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@
"port-version": 1
},
"enet": {
"baseline": "1.3.16",
"baseline": "1.3.17",
"port-version": 0
},
"ensmallen": {
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/enet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "004a06d1e158f14059f597a1848b8f4a8d0a42f8",
"version": "1.3.17",
"port-version": 0
},
{
"git-tree": "c75008fab4c7484a37a6693dfd206067e54e439f",
"version-string": "1.3.16",
Expand Down