mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:28:59 +08:00
qpid-proton: Bumped to 0.24.0 (#3817)
This commit is contained in:
parent
5efa290dd2
commit
09999de85f
@ -1,4 +1,4 @@
|
|||||||
Source: qpid-proton
|
Source: qpid-proton
|
||||||
Version: 0.18.1
|
Version: 0.24.0
|
||||||
Build-Depends: openssl
|
Build-Depends: openssl
|
||||||
Description: Qpid Proton is a high-performance, lightweight messaging library.
|
Description: Qpid Proton is a high-performance, lightweight messaging library.
|
@ -10,7 +10,7 @@ endif()
|
|||||||
include(vcpkg_common_functions)
|
include(vcpkg_common_functions)
|
||||||
|
|
||||||
# Use this throughout rather than literal string
|
# Use this throughout rather than literal string
|
||||||
set(QPID_PROTON_VERSION 0.18.1)
|
set(QPID_PROTON_VERSION 0.24.0)
|
||||||
vcpkg_find_acquire_program(PYTHON2)
|
vcpkg_find_acquire_program(PYTHON2)
|
||||||
|
|
||||||
# Go grab the code. Set SHA512 to 1 to get correct sha from download
|
# Go grab the code. Set SHA512 to 1 to get correct sha from download
|
||||||
@ -18,7 +18,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO apache/qpid-proton
|
REPO apache/qpid-proton
|
||||||
REF ${QPID_PROTON_VERSION}
|
REF ${QPID_PROTON_VERSION}
|
||||||
SHA512 92cbd7f534e8b180fb72888999af2735541663c70dde1e4e1382f39c5057920df0fb72527db23008823d69a7ddac335217f16270c0bbdb4dfe26733feddf94cc
|
SHA512 a22154d5ea96330e22245a54233101256f02d10ee814a7f0f4b654e56128615acee0cfc0387cbec9b877dd20cc23a5b1635aa9e1d1b60a4b9aa985e449dcb62e
|
||||||
HEAD_REF next
|
HEAD_REF next
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ file(RENAME ${CURRENT_PACKAGES_DIR}/share/proton-${QPID_PROTON_VERSION}
|
|||||||
${CURRENT_PACKAGES_DIR}/share/${PORT})
|
${CURRENT_PACKAGES_DIR}/share/${PORT})
|
||||||
|
|
||||||
# Vcpkg expects file with name "copyright"
|
# Vcpkg expects file with name "copyright"
|
||||||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/${PORT}/LICENSE
|
file(RENAME ${CURRENT_PACKAGES_DIR}/share/${PORT}/LICENSE.txt
|
||||||
${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
|
${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
|
||||||
|
|
||||||
# Remove extraneous unrequired-for-vcpkg files
|
# Remove extraneous unrequired-for-vcpkg files
|
||||||
|
Loading…
Reference in New Issue
Block a user