mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[enet] Update to 1.3.15 (#11702)
* Update enet-control * Update enet portfile to 1.3.15 * Use correct hashsum in enet 1.3.15 * Remove empty lines from enet 1.3.15 * [enet] Replace deprecated vcpkg_common_functionality * [enet] Remove includes that needn't be included
This commit is contained in:
parent
d7efa11dd0
commit
37ab610947
@ -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
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
include(vcpkg_common_functions)
|
||||
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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user