[evpp] Upgrade to 0.7.0

This commit is contained in:
Robert Schumacher 2018-03-12 00:45:18 -07:00
parent 3421320c83
commit ca2194d0ce
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: evpp
Version: 0.6.1-2
Version: 0.7.0
Description: A modern C++ network library based on libevent for developing high performance network services in TCP/UDP/HTTP protocols.
Build-Depends: glog, libevent, rapidjson

View File

@ -2,7 +2,7 @@ include(vcpkg_common_functions)
set(EVPP_LOCAL_TEST OFF)
set(EVPP_VERSION 0.6.1)
set(EVPP_VERSION 0.7.0)
if (EVPP_LOCAL_TEST)
set(EVPP_HASH bfefb3f7c1f620fbca2c3d94e2e7c39aa963156a084caf39bcc348a9380f97c73c9ee965126434d71c8b14836e669d554ed98632b3bb38eb65b421fd8eff49b2)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/evpp)
@ -17,7 +17,7 @@ else ()
OUT_SOURCE_PATH SOURCE_PATH
REPO Qihoo360/evpp
REF v${EVPP_VERSION}
SHA512 08226fe9853c1984f6554ede8f79a5767eec1d12ff2ff7172eef6f715ac7ea3f495b2336876823842408bd92b0ad99c9a3d506c07fc0add369f5cfa777f0406a
SHA512 ddcef8d2af6b3c46473d755c0f0994d63d56240ea85d6b44ceb6b77724c3c56bbf1156f7188e270fb5f9f36f25bfc2f96669d7249a34c921922671e3fe267e88
HEAD_REF master
)
file(REMOVE_RECURSE ${SOURCE_PATH}/3rdparty/rapidjson ${SOURCE_PATH}/3rdparty/concurrentqueue)