From 64e0634b201327b46923dfdeb246a80be18761e2 Mon Sep 17 00:00:00 2001 From: trishvl <117111289+trishvl@users.noreply.github.com> Date: Fri, 16 Dec 2022 09:58:01 -0800 Subject: [PATCH] [libphonenumber] libphonenumber works with static, removing !static (#28363) --- ports/libphonenumber/vcpkg.json | 2 +- versions/l-/libphonenumber.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/libphonenumber/vcpkg.json b/ports/libphonenumber/vcpkg.json index 0b6945307d..073a2451bf 100644 --- a/ports/libphonenumber/vcpkg.json +++ b/ports/libphonenumber/vcpkg.json @@ -3,7 +3,7 @@ "version": "8.13.1", "description": "Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.", "license": "Apache-2.0", - "supports": "!static & !linux & !osx", + "supports": "!linux & !osx", "dependencies": [ "abseil", "boost-date-time", diff --git a/versions/l-/libphonenumber.json b/versions/l-/libphonenumber.json index 3488eeaa98..616ef5bd61 100644 --- a/versions/l-/libphonenumber.json +++ b/versions/l-/libphonenumber.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "4a8a7aedced30ba3195353fdda4103829068e299", + "git-tree": "47877baf472150729025e7198ad6aa6e6574ff5a", "version": "8.13.1", "port-version": 0 }