aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/usockets/CONTROL16
-rw-r--r--ports/usockets/portfile.cmake4
-rw-r--r--ports/usockets/vcpkg.json26
3 files changed, 28 insertions, 18 deletions
diff --git a/ports/usockets/CONTROL b/ports/usockets/CONTROL
deleted file mode 100644
index 94279f0c1..000000000
--- a/ports/usockets/CONTROL
+++ /dev/null
@@ -1,16 +0,0 @@
-Source: usockets
-Version: 2021-1-19
-Build-Depends:libuv
-Homepage: https://github.com/uNetworking/uSockets
-Description: Miniscule cross-platform eventing, networking & crypto for async applications
-
-Feature: ssl
-Build-Depends: openssl
-Description: Build usockets with openssl support
-
-Feature: event
-Description: Build usockets with epoll support
-
-Feature: network
-Build-Depends: winsock2
-Description: Build usockets with winsock support \ No newline at end of file
diff --git a/ports/usockets/portfile.cmake b/ports/usockets/portfile.cmake
index 42b8c84e9..cdb75c5d3 100644
--- a/ports/usockets/portfile.cmake
+++ b/ports/usockets/portfile.cmake
@@ -5,8 +5,8 @@ EndIF ()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO uNetworking/uSockets
- REF 7683672d87067cd75b854f4e36b9820f4809a4be # 2021-1-19
- SHA512 0dbedc5e90af9a92e6597e801116b57fd99dcd5a8488e3b5ddce83bbcd1852d30f2c8954dc1991a807d32f00bdb62e654498687fec344d295f299ccf3920a1ca
+ REF 5440dbac79bd76444175b76ee95dfcade12a6aac # 0.7.1
+ SHA512 d4827982a288c81edfcb167cfa6ee8fe11bbae90d25ed9086c006cf6098dfad8b6b910f8fb93ecc67fbea76452627dd4666c7ae3d74fb20112f8e22f7091ec11
HEAD_REF master
)
diff --git a/ports/usockets/vcpkg.json b/ports/usockets/vcpkg.json
new file mode 100644
index 000000000..49a663602
--- /dev/null
+++ b/ports/usockets/vcpkg.json
@@ -0,0 +1,26 @@
+{
+ "name": "usockets",
+ "version": "0.7.1",
+ "description": "Miniscule cross-platform eventing, networking & crypto for async applications",
+ "homepage": "https://github.com/uNetworking/uSockets",
+ "dependencies": [
+ "libuv"
+ ],
+ "features": {
+ "event": {
+ "description": "Build usockets with epoll support"
+ },
+ "network": {
+ "description": "Build usockets with winsock support",
+ "dependencies": [
+ "winsock2"
+ ]
+ },
+ "ssl": {
+ "description": "Build usockets with openssl support",
+ "dependencies": [
+ "openssl"
+ ]
+ }
+ }
+}