[hffix] Update to 1.4.1 (#40210)

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2024-08-01 10:12:59 -07:00 committed by GitHub
parent fb9f1dcb38
commit 1a1d9c8a64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# header only library
set(VCPKG_BUILD_TYPE release) # header-only port
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jamesdbrock/hffix
REF "v${VERSION}"
SHA512 a04a22360074f383997756d36ddf520a565e5d200e32e8439ef92f33bcb30ab29e962fc4d85142c1da323ddf9fef2d8b6a023dcbeedf1a5c269889adfcd70fb8
SHA512 155c0e0bd57d952523343e94b0160baf3b20d366ff8260340d96c2ec4e638c94d192c08b7204303b0fa8610beb5c71046f62fa8b0212b477aaab88e49974cac1
HEAD_REF master
)
@ -16,7 +16,6 @@ vcpkg_cmake_configure(
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/hffix")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{
"name": "hffix",
"version": "1.3.0",
"version": "1.4.1",
"description": "Financial Information Exchange Protocol C++ Library",
"homepage": "https://jamesdbrock.github.io/hffix",
"license": "BSD-2-Clause",

View File

@ -3429,7 +3429,7 @@
"port-version": 0
},
"hffix": {
"baseline": "1.3.0",
"baseline": "1.4.1",
"port-version": 0
},
"hfsm2": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e5b00d20790e99706cd80550e290b61db9984e67",
"version": "1.4.1",
"port-version": 0
},
{
"git-tree": "3aab9fe5c85f6055d5df986ca8c6a8e67cd7014c",
"version": "1.3.0",