aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-06-03 04:42:49 +0800
committerGitHub <noreply@github.com>2021-06-02 15:42:49 -0500
commit42bee9b13f9f94048fb687ec8a60ea9668fa6736 (patch)
tree26230b63e28ac2ca511922f431c16e233d006eaf /ports
parent385bd9b1ed2dac3340a498561f0f25907a717661 (diff)
downloadvcpkg-42bee9b13f9f94048fb687ec8a60ea9668fa6736.tar.gz
vcpkg-42bee9b13f9f94048fb687ec8a60ea9668fa6736.zip
[eNet] update to 1.3.17 (#18220)
* [eNet] update to 1.3.17 * update version
Diffstat (limited to 'ports')
-rw-r--r--ports/enet/CONTROL4
-rw-r--r--ports/enet/portfile.cmake4
-rw-r--r--ports/enet/vcpkg.json6
3 files changed, 8 insertions, 6 deletions
diff --git a/ports/enet/CONTROL b/ports/enet/CONTROL
deleted file mode 100644
index 422728c1b..000000000
--- a/ports/enet/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: enet
-Version: 1.3.16
-Homepage: https://github.com/lsalzman/enet
-Description: Reliable UDP networking library
diff --git a/ports/enet/portfile.cmake b/ports/enet/portfile.cmake
index 9424a6b0d..065a00ba9 100644
--- a/ports/enet/portfile.cmake
+++ b/ports/enet/portfile.cmake
@@ -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})
diff --git a/ports/enet/vcpkg.json b/ports/enet/vcpkg.json
new file mode 100644
index 000000000..3b920e909
--- /dev/null
+++ b/ports/enet/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "enet",
+ "version": "1.3.17",
+ "description": "Reliable UDP networking library",
+ "homepage": "https://github.com/lsalzman/enet"
+}