Skip to content

Commit 8834a23

Browse files
committed
[zeroc-ice-mumble]: Update to latest version
1 parent a7b38de commit 8834a23

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ports/zeroc-ice-mumble/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vcpkg_from_github(
77
OUT_SOURCE_PATH SOURCE_PATH
88
REPO mumble-voip/ice
99
REF 3.7
10-
SHA512 205b3ce0fa0ecc157944dd4dae5d9c68c54f07e7b0b8012beea83d83870bb7df8c21f930b6239b6c0dd49fb758ce9a58b1e2670d0de14349a582c58f73a2fafa
10+
SHA512 d01fb71d9f6c09794bba579125991d38c388c48c816290b83ccb19529885f7319de2211fb52906b424989e34b30985b5c49684c954d01020b4e689cbda08702a
1111
)
1212

1313
if("cpp11" IN_LIST FEATURES)

ports/zeroc-ice-mumble/vcpkg.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeroc-ice-mumble",
3-
"version-string": "3.7.3",
3+
"version-string": "3.7.10",
44
"description": "Comprehensive RPC framework with support for C++, CSharp, Java, JavaScript, Python and more.",
55
"homepage": "https://github.com/zeroc-ice/ice",
66
"dependencies": [
@@ -24,7 +24,11 @@
2424
{
2525
"name": "zlib",
2626
"platform": "!uwp"
27-
}
27+
},
28+
{
29+
"name": "libedit",
30+
"platform": "!windows"
31+
}
2832
],
2933
"features": {
3034
"cpp11": {

0 commit comments

Comments
 (0)