Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libphonenumber] update to 9.0.0 #44265

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/libphonenumber/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/libphonenumber
REF "v${VERSION}"
SHA512 8cc5be5aaaf832288ac011131b41026a44dba702b96a4dbdafcd55e43c870130a089e96187fa4fb8df75e5065185a2eb9af25ece4a7d5b1fcc459b875dceb662
SHA512 4cf67bf7beb98ea716564add8dc58e4baf57cefa518cc498c7945fb73e6432f8b990482366b3f6b4f9bc5bf48f8ff2e16f7644e27022393ea018a27ad5cf09a5
HEAD_REF master
PATCHES
fix-re2-identifiers.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/libphonenumber/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libphonenumber",
"version": "8.13.55",
"version": "9.0.0",
"description": "Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.",
"homepage": "https://github.com/google/libphonenumber",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4997,7 +4997,7 @@
"port-version": 2
},
"libphonenumber": {
"baseline": "8.13.55",
"baseline": "9.0.0",
"port-version": 0
},
"libplist": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libphonenumber.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ba1cb227b94301c33094e014c526dd2d96279107",
"version": "9.0.0",
"port-version": 0
},
{
"git-tree": "a0a4e43fcec35bfdd93e4e75578ee3fbe095c495",
"version": "8.13.55",
Expand Down