diff --git a/ports/msh3/portfile.cmake b/ports/msh3/portfile.cmake index 50b6af9673117b..9d6153fd78cafc 100644 --- a/ports/msh3/portfile.cmake +++ b/ports/msh3/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nibanks/msh3 - REF #[[ v${VERSION} ]] ba595031e093b479beaa0f410cb70405bc5fd067 - SHA512 e882079ab7996c458af8af9c5d828172217591832621bd2a4353a6a6821dc16cf221253a3041e42e94bf9972bcd6a812d8fbe8eb1a02c84cb21cd95edf29fe66 + REF v${VERSION} + SHA512 0573647b2bea669b34343379319702513da884949b45b2e678aa6c9677ed8e5947ef85e6dcf47f5e5b798c9bfff62b41df53f65848a465b4b37596f5fefebbe6 HEAD_REF main PATCHES win32-crt.diff diff --git a/ports/msh3/vcpkg.json b/ports/msh3/vcpkg.json index 8e5dccd0150282..22770e04854432 100644 --- a/ports/msh3/vcpkg.json +++ b/ports/msh3/vcpkg.json @@ -1,6 +1,6 @@ { "name": "msh3", - "version": "0.7.0", + "version": "0.8.0", "description": "Minimal HTTP/3 library", "homepage": "https://github.com/nibanks/msh3", "license": "MIT",