From 636063b2c620fc58801dd2d7f32c42784dd32e64 Mon Sep 17 00:00:00 2001 From: DRC Date: Wed, 7 Apr 2021 18:02:11 +0800 Subject: [PATCH] MAINT: Update hash in Ice port file (vcpkg) The cmake-based fork (https://github.com/mumble-voip/ice/) recently has received a new commit making changes that obviously also changed the SHA checksum when installing this Ice version via vcpkg. The mentioned commit is https://github.com/mumble-voip/ice/commit/a9d68a8d1d884b839f871c46b4ea94b3fc6d6527 This commit therefore updates the mentioned hash in the corresponding portfile. --- helpers/vcpkg/ports/zeroc-ice/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/vcpkg/ports/zeroc-ice/portfile.cmake b/helpers/vcpkg/ports/zeroc-ice/portfile.cmake index 786b351f0..2fed7abfc 100644 --- a/helpers/vcpkg/ports/zeroc-ice/portfile.cmake +++ b/helpers/vcpkg/ports/zeroc-ice/portfile.cmake @@ -7,7 +7,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO mumble-voip/ice REF 3.7 - SHA512 12cebb53ad1a9271e7db8c12df5f2db9f8cbaec97b562596c4c592bd2449177b6927156100166b432b7e27b13f0d202155748691fd1e848eb6db815f16bcc57f + SHA512 9f44de4e063d7a7b6a2b4adbae999fe3a6daafb8a7e945b616f89a453db81c41d1fec927f3149862649e5a92623c50f0ef2e0e58042c6070059b78dcf5ad9255 ) if("cpp11" IN_LIST FEATURES)