aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-02-25 05:50:27 +0800
committerGitHub <noreply@github.com>2021-02-24 13:50:27 -0800
commite3dde67a6219f6a77349c2090e04b4f9c2e75c1e (patch)
treeae3fb93f5aeb873726dac688291122f1aec7a698 /ports
parent6a46f50134494b92f0c0cf8142bfdbfaf865f007 (diff)
downloadvcpkg-e3dde67a6219f6a77349c2090e04b4f9c2e75c1e.tar.gz
vcpkg-e3dde67a6219f6a77349c2090e04b4f9c2e75c1e.zip
[amqpcpp] update to 4.3.11 (#16354)
* [amqpcpp] update to 4.3.11 * update version * add vcpkg.json * update version * update amqpcpp.json * update version * format manifest * update version
Diffstat (limited to 'ports')
-rw-r--r--ports/amqpcpp/CONTROL6
-rw-r--r--ports/amqpcpp/portfile.cmake4
-rw-r--r--ports/amqpcpp/vcpkg.json10
3 files changed, 12 insertions, 8 deletions
diff --git a/ports/amqpcpp/CONTROL b/ports/amqpcpp/CONTROL
deleted file mode 100644
index 910b53e15..000000000
--- a/ports/amqpcpp/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: amqpcpp
-Version: 4.1.7
-Homepage: https://github.com/CopernicaMarketingSoftware/AMQP-CPP
-Description: AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker
-Build-Depends: openssl (linux)
-Supports: !uwp \ No newline at end of file
diff --git a/ports/amqpcpp/portfile.cmake b/ports/amqpcpp/portfile.cmake
index 3b160e697..95317afa3 100644
--- a/ports/amqpcpp/portfile.cmake
+++ b/ports/amqpcpp/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CopernicaMarketingSoftware/AMQP-CPP
- REF e7f76bc75d7855012450763a638092925d52f417 #v4.1.7
- SHA512 ce105622d09014b51876911e95c4523b786d670bbd0bafa47874c6d52dca63f610dbb52561107bd1941c1fda79a4e200331779a79f9394c1ea437e0e1a4695bf
+ REF 9fa05100f43686f617722aaba7a500cd54b9804a #v4.3.11
+ SHA512 f4d311d3f430579deb0ff9d820d9c6160dce775622afe28731ed4e6abd6b827bf20afb5bdf52d246d0fb5afc469005cc34469f57063e197375b6be8ed93afe8b
HEAD_REF master
PATCHES
find-openssl.patch
diff --git a/ports/amqpcpp/vcpkg.json b/ports/amqpcpp/vcpkg.json
new file mode 100644
index 000000000..18cca30fd
--- /dev/null
+++ b/ports/amqpcpp/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "amqpcpp",
+ "version-string": "4.3.11",
+ "description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker",
+ "homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP",
+ "supports": "!uwp",
+ "dependencies": [
+ "openssl"
+ ]
+}