Skip to content

Commit

Permalink
[libp7-baical] update to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixaill committed Aug 22, 2017
1 parent ea47998 commit c50e9b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions ports/libp7-baical/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ cmake_minimum_required(VERSION 3.0)

set(SOURCES "Sources/ClBaical.cpp"
"Sources/ClFile.cpp"
"Sources/ClText.cpp"
"Sources/Client.cpp"
"Sources/ClNull.cpp"
"Sources/ClText.cpp"
"Sources/CRC32.cpp"
"Sources/Proxy.cpp"
"Sources/Telemetry.cpp"
"Sources/Trace.cpp")
"Sources/Trace.cpp"
)

if(WIN32)
set(RESOURCES "Sources/P7Client.rc")
Expand Down
2 changes: 1 addition & 1 deletion ports/libp7-baical/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: libp7-baical
Version: 4.1
Version: 4.4-1
Description: P7 is a library for high-speed sending telemetry & trace data from application
8 changes: 6 additions & 2 deletions ports/libp7-baical/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ if(VCPKG_TARGET_ARCHITECTURE STREQUAL arm)
message(FATAL_ERROR "libP7 does not support ARM")
endif()

set(LIBP7_VERSION 4.1)
set(LIBP7_HASH 6259416378f1fe60ad6097faf9facd2de1a3ea13e8015a5727d6a179caa88a7f6707b47273afceebc16b39883da4768f29feac199f7d6c354b744b643c2044ab)
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
message(FATAL_ERROR "libP7 does not support UWP")
endif()

set(LIBP7_VERSION 4.4)
set(LIBP7_HASH ce33db9a0c731e4dff95646703fe5fd96015f1c528377aa5dbe2e533529b0e8c45a4b74ee2b4616a811a7f9038c12edf106b08b3c21cec9cb6bdf85ad6e1d64f)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libP7_v${LIBP7_VERSION})

vcpkg_download_distfile(ARCHIVE
Expand Down

0 comments on commit c50e9b4

Please sign in to comment.