[libphonenumber] libphonenumber works with static, removing !static (#28363)

This commit is contained in:
trishvl 2022-12-16 09:58:01 -08:00 committed by GitHub
parent 4b6bce313e
commit 64e0634b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "4a8a7aedced30ba3195353fdda4103829068e299",
"git-tree": "47877baf472150729025e7198ad6aa6e6574ff5a",
"version": "8.13.1",
"port-version": 0
}