diff --git a/ports/murmurhash/portfile.cmake b/ports/murmurhash/portfile.cmake index 380570b2f21f18..c83ebe084bd5e2 100644 --- a/ports/murmurhash/portfile.cmake +++ b/ports/murmurhash/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/murmurhash/vcpkg.json b/ports/murmurhash/vcpkg.json index 98789370d04218..34166cf24389b1 100644 --- a/ports/murmurhash/vcpkg.json +++ b/ports/murmurhash/vcpkg.json @@ -1,7 +1,8 @@ { "name": "murmurhash", - "version-string": "2016-01-09", - "port-version": 4, + "version-date": "2016-01-09", + "port-version": 5, "description": "MurmurHash a family of hash functions.", - "homepage": "https://github.com/aappleby/smhasher" + "homepage": "https://github.com/aappleby/smhasher", + "supports": "!uwp & !arm" } diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 3b862a8e0b80bb..581c51d3ff3268 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -880,9 +880,6 @@ msmpi:x64-uwp=fail munit:arm-uwp=fail munit:arm64-windows=fail munit:x64-uwp=fail -murmurhash:arm-uwp=fail -murmurhash:x64-uwp=fail -murmurhash:arm64-windows=fail nana:arm-uwp=fail nana:x64-linux=fail nana:x64-osx=fail diff --git a/versions/baseline.json b/versions/baseline.json index ec84f26e50e4ac..85aa5c4ae9d17f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4618,7 +4618,7 @@ }, "murmurhash": { "baseline": "2016-01-09", - "port-version": 4 + "port-version": 5 }, "mvfst": { "baseline": "0.1", diff --git a/versions/m-/murmurhash.json b/versions/m-/murmurhash.json index a34122123adda8..090b6a7323a719 100644 --- a/versions/m-/murmurhash.json +++ b/versions/m-/murmurhash.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "bbaeb761deb522f06cde0e3efb0610ac3e6afa4d", + "version-date": "2016-01-09", + "port-version": 5 + }, { "git-tree": "5c0ccc0561113eac6ab8881d62a94f31a4ab8d70", "version-string": "2016-01-09",