[mdns] Update to 1.4.3 (#34364)

This commit is contained in:
MonicaLiu 2023-10-09 15:32:13 -07:00 committed by GitHub
parent ca07471a8b
commit b506b19895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -3,8 +3,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO mjansson/mdns REPO mjansson/mdns
REF 1.4.2 REF "${VERSION}"
SHA512 fa3fcf130721ee6f7012225c1e7952bd41703c2488b1d0ffe2b8c73ed06744d1cd9f03b6ab19aa0b8074fbfaafe46f8e102d6a648756725a60dc076e896cfbf6 SHA512 0bbfeefdd3f324a8e5aa85227bfa45c2b5cd88c12a9f77df2a1c48cb2661ba8b283dd53541e39d20ed2705646dc8d8724a0287c58f9efa91d2b1b796a0ca9a7a
HEAD_REF master HEAD_REF master
) )
@ -17,4 +17,4 @@ vcpkg_cmake_configure(
vcpkg_cmake_install() vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{ {
"name": "mdns", "name": "mdns",
"version": "1.4.2", "version": "1.4.3",
"description": "Public domain mDNS/DNS-SD library in C", "description": "Public domain mDNS/DNS-SD library in C",
"homepage": "https://github.com/mjansson/mdns", "homepage": "https://github.com/mjansson/mdns",
"license": "Unlicense", "license": "Unlicense",

View File

@ -5361,7 +5361,7 @@
"port-version": 3 "port-version": 3
}, },
"mdns": { "mdns": {
"baseline": "1.4.2", "baseline": "1.4.3",
"port-version": 0 "port-version": 0
}, },
"mdnsresponder": { "mdnsresponder": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "67bfd722fb49f35c6a08ca9c1e4e1dea2a53d5df",
"version": "1.4.3",
"port-version": 0
},
{ {
"git-tree": "56cbde1a40c13e9584e62d15f69c2579f6bcd476", "git-tree": "56cbde1a40c13e9584e62d15f69c2579f6bcd476",
"version": "1.4.2", "version": "1.4.2",