Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-04-08 10:19:42 +0300
committerGitHub <noreply@github.com>2021-04-08 10:19:42 +0300
commitcd190fd313286ea07b44663ed143f44d967bba7c (patch)
treeeea3ca1d2a2f47c3f6ac45b1fe7ec5324faec153
parent6e0ab7a6ae739273a541361973f13a60318ab2a2 (diff)
parent636063b2c620fc58801dd2d7f32c42784dd32e64 (diff)
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.
-rw-r--r--helpers/vcpkg/ports/zeroc-ice/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
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)