From 8960971a0ac1f14f63f8d6420b4e09e54be17f1d Mon Sep 17 00:00:00 2001 From: chausner <15180557+chausner@users.noreply.github.com> Date: Wed, 6 Oct 2021 00:59:59 +0200 Subject: [bitmagic] Update to 7.5.0 (#20487) * Update bitmagic to 7.5.0 * Update CI baseline Co-authored-by: chausner Co-authored-by: Billy Robert O'Neal III --- ports/bitmagic/portfile.cmake | 8 ++++---- ports/bitmagic/vcpkg.json | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'ports') diff --git a/ports/bitmagic/portfile.cmake b/ports/bitmagic/portfile.cmake index 726277754..570aa610c 100644 --- a/ports/bitmagic/portfile.cmake +++ b/ports/bitmagic/portfile.cmake @@ -2,12 +2,12 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO tlk00/BitMagic - REF v7.2.0 - SHA512 74e7b32dcc66960a50e4976f82a0388d5e3b43c737c87277d5f2eac0f551866fca227704d61df867e6bd61e3dbc7b1de0e52ac48d732760f9dc7e50ecef9be6b + REF v7.5.0 + SHA512 237D81D6AED1DAF612BF4F64DD7C883018198C1E1F5A58837B04D010971950C27C91B978AA8D774145B45A5B0C4121AC45CFF1094793E56066F2EFA8B4C3D6ED HEAD_REF master ) file(GLOB HEADER_LIST "${SOURCE_PATH}/src/*.h") -file(INSTALL ${HEADER_LIST} DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT}) -configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY) +file(INSTALL ${HEADER_LIST} DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}") +file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/bitmagic/vcpkg.json b/ports/bitmagic/vcpkg.json index c6203e755..a41fde0ca 100644 --- a/ports/bitmagic/vcpkg.json +++ b/ports/bitmagic/vcpkg.json @@ -1,7 +1,6 @@ { "name": "bitmagic", - "version-string": "7.2.0", - "port-version": 1, + "version": "7.5.0", "description": "Algorithms and tools for Algebra of Sets for information retrieval, indexing of databases, scientific algorithms, ranking, clustering, unsupervised machine learning and signal processing.", "homepage": "http://bitmagic.io" } -- cgit v1.2.3