aboutsummaryrefslogtreecommitdiff
path: root/ports/qpid-proton
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-02-10 16:08:57 -0800
committerGitHub <noreply@github.com>2020-02-10 16:08:57 -0800
commit08c951fef9de63cde1c6b94245a63db826be2e32 (patch)
treedddfec9e572b726ba79fdbcb0d0d7dfbb2a2de0e /ports/qpid-proton
parent411b4cc8a05eb9ac9944ee009dafece8c3b7445f (diff)
downloadvcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.tar.gz
vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.zip
[many ports] Upgrades to 2020.02.08 (#9986)
* [many ports] Upgrades to 2020.02.08 * Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl * Update ci baseline file Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/qpid-proton')
-rw-r--r--ports/qpid-proton/CONTROL2
-rw-r--r--ports/qpid-proton/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/qpid-proton/CONTROL b/ports/qpid-proton/CONTROL
index 8544cb959..ecaa8124f 100644
--- a/ports/qpid-proton/CONTROL
+++ b/ports/qpid-proton/CONTROL
@@ -1,5 +1,5 @@
Source: qpid-proton
-Version: 0.28.0
+Version: 0.30.0
Build-Depends: openssl (!windows&!uwp), libuv (osx), jsoncpp
Homepage: https://github.com/apache/qpid-proton
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 9fa76cd0c..902c85812 100644
--- a/ports/qpid-proton/portfile.cmake
+++ b/ports/qpid-proton/portfile.cmake
@@ -7,8 +7,8 @@ vcpkg_find_acquire_program(PYTHON3)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/qpid-proton
- REF 0.29.0
- SHA512 81ed701b15c12259164212a39b64b9843e3db4d084d3c270fad2e1de21bc055426dcb767ff4b5a3f2e7f7ea1245acd908d04420b71bd8b24265dda8073f364a2
+ REF 77947c047f24fc7d0ddd6ba41fa14d3e8ccb3f49 # 0.30.0
+ SHA512 21711081ae6fe5f791039a6295f652370e1762587b16be4fa12f5a3b4a29f6b5aee62ff25e96303ac82ba360a0682c7e92aae4419e81f9a3cf14c98fcd34b489
HEAD_REF next
)