mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[libphonenumber] update to 8.13.31 (#37169)
- [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md) - [X] SHA512s are updated for each updated download - [ ] ~The "supports" clause reflects platforms that may be fixed by this new version~ - [ ] ~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~ - [ ] ~Any patches that are no longer applied are deleted from the port's directory.~ - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
90542a476c
commit
79b070e022
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO google/libphonenumber
|
||||
REF "v${VERSION}"
|
||||
SHA512 bdfc51a8e2ecf59b092a74a7d5b99594194c21e62bc9e956e7263f98d8a6cdd85a9b04f2e5aa01e501319335ddf77feec66e74967e3b1b186f899543ebadb8ca
|
||||
SHA512 a672304611be3cfba8cc35a6b4ab8e6b84269577803a0517258f019fbd69785e800ce905220d86426d2c1b19debf5ed8d019d9c3e21be47d270f62b692f2f9f9
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-re2-identifiers.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libphonenumber",
|
||||
"version": "8.13.29",
|
||||
"version": "8.13.31",
|
||||
"description": "Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": [
|
||||
|
@ -4749,7 +4749,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"libphonenumber": {
|
||||
"baseline": "8.13.29",
|
||||
"baseline": "8.13.31",
|
||||
"port-version": 0
|
||||
},
|
||||
"libplist": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "250dbf2c09c367bd57e7f941ed914c289949b02b",
|
||||
"version": "8.13.31",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c6968832284b2011625dfc11d47cd2cf0c92d2a1",
|
||||
"version": "8.13.29",
|
||||
|
Loading…
x
Reference in New Issue
Block a user