mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:39:00 +08:00
[fast-float] Update to 3.11.0 (#30543)
* [fast-float] Update to 3.11.0 * Add blank line
This commit is contained in:
parent
d10d511f25
commit
cd9fa257c1
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO fastfloat/fast_float
|
||||
REF v3.5.1
|
||||
SHA512 82f9a020167b3ba4e4583709164b4b28c2fabc7eb99a337f9cef7061eaa7479a51367420aeeb6578341038afe77f5656e8351518f062a04b02a08c2eacda7b46
|
||||
REF "v${VERSION}"
|
||||
SHA512 b2037a24ab6c9a9162f93e7a636def33270f48906e879dd7bb3064787c606d763aaa381eb310975a510d3a801f6a16a2050940f8592f94f336bc8f48f412d6c2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -15,4 +15,4 @@ vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(PACKAGE_NAME FastFloat CONFIG_PATH share/cmake/FastFloat)
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE-MIT" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE-MIT")
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fast-float",
|
||||
"version": "3.5.1",
|
||||
"version": "3.11.0",
|
||||
"description": "Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod",
|
||||
"homepage": "https://github.com/fastfloat/fast_float",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2381,7 +2381,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"fast-float": {
|
||||
"baseline": "3.5.1",
|
||||
"baseline": "3.11.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"fastcdr": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "90a05053bff1f356dc27f0227210840d8a26ef27",
|
||||
"version": "3.11.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "166b1343d7e66bb8e6d29ba612620ae55f5a615e",
|
||||
"version": "3.5.1",
|
||||
|
Loading…
Reference in New Issue
Block a user