Skip to content

Commit

Permalink
[double-conversion] update to 3.3.0 (#34044)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Sep 29, 2023
1 parent 9fdd48c commit 5c740e0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/double-conversion/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/double-conversion
REF af09fd65fcf24eee95dc62813ba9123414635428 #v3.2.1
SHA512 721d736a2d065b8ff6058345afe6990ab568174e202361abc7ce36c16931c05128df4fd5034f98f114a7b01972eda3b98bfc209ef45394d0b5d4bbce8140b28a
REF "v${VERSION}"
SHA512 51e84eb7a5c407f7bc8f8b8ca19932ece5c9d8ac18aedff7b7620fc67369d9b2aa8c5a6b133e7f8633d7cc5e3788bad6e60b0e48ac08d0a4bc5e4abe7cee1334
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/double-conversion/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "double-conversion",
"version": "3.2.1",
"port-version": 1,
"version": "3.3.0",
"description": "Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.",
"homepage": "https://github.com/google/double-conversion",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2193,8 +2193,8 @@
"port-version": 0
},
"double-conversion": {
"baseline": "3.2.1",
"port-version": 1
"baseline": "3.3.0",
"port-version": 0
},
"dp-thread-pool": {
"baseline": "0.6.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/double-conversion.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "63037e8b38231f15de1dddb0593eebfb0bf32496",
"version": "3.3.0",
"port-version": 0
},
{
"git-tree": "2c3184965fe6c2b602348a73c58752c2ef72bf9d",
"version": "3.2.1",
Expand Down

0 comments on commit 5c740e0

Please sign in to comment.