diff --git a/ports/qpid-proton/CONTROL b/ports/qpid-proton/CONTROL index 6f64c3fcf4..34309a9595 100644 --- a/ports/qpid-proton/CONTROL +++ b/ports/qpid-proton/CONTROL @@ -1,4 +1,4 @@ Source: qpid-proton -Version: 0.18.1 +Version: 0.24.0 Build-Depends: openssl Description: Qpid Proton is a high-performance, lightweight messaging library. \ No newline at end of file diff --git a/ports/qpid-proton/portfile.cmake b/ports/qpid-proton/portfile.cmake index 65189c4967..64a43d4319 100644 --- a/ports/qpid-proton/portfile.cmake +++ b/ports/qpid-proton/portfile.cmake @@ -10,7 +10,7 @@ endif() include(vcpkg_common_functions) # 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) # 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 REPO apache/qpid-proton REF ${QPID_PROTON_VERSION} - SHA512 92cbd7f534e8b180fb72888999af2735541663c70dde1e4e1382f39c5057920df0fb72527db23008823d69a7ddac335217f16270c0bbdb4dfe26733feddf94cc + SHA512 a22154d5ea96330e22245a54233101256f02d10ee814a7f0f4b654e56128615acee0cfc0387cbec9b877dd20cc23a5b1635aa9e1d1b60a4b9aa985e449dcb62e HEAD_REF next ) @@ -38,7 +38,7 @@ file(RENAME ${CURRENT_PACKAGES_DIR}/share/proton-${QPID_PROTON_VERSION} ${CURRENT_PACKAGES_DIR}/share/${PORT}) # 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) # Remove extraneous unrequired-for-vcpkg files