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:
authorDRC <caiwenzhe2021@gmail.com>2021-04-07 13:02:11 +0300
committerRobert Adam <dev@robert-adam.de>2021-04-07 17:21:03 +0300
commit636063b2c620fc58801dd2d7f32c42784dd32e64 (patch)
treeeea3ca1d2a2f47c3f6ac45b1fe7ec5324faec153 /helpers
parent6e0ab7a6ae739273a541361973f13a60318ab2a2 (diff)
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.
Diffstat (limited to 'helpers')
-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)