aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/bitmagic/portfile.cmake8
-rw-r--r--ports/bitmagic/vcpkg.json3
2 files changed, 5 insertions, 6 deletions
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"
}