Merge PR #4919: MAINT: Update hash in Ice port file (vcpkg)

The cmake-based fork (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
mumble-voip/ice@a9d68a8

This commit therefore updates the mentioned hash in the corresponding
portfile.
This commit is contained in:
Robert Adam 2021-04-08 09:19:42 +02:00 committed by GitHub
commit cd190fd313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)