diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-02-25 05:50:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-24 13:50:27 -0800 |
| commit | e3dde67a6219f6a77349c2090e04b4f9c2e75c1e (patch) | |
| tree | ae3fb93f5aeb873726dac688291122f1aec7a698 | |
| parent | 6a46f50134494b92f0c0cf8142bfdbfaf865f007 (diff) | |
| download | vcpkg-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
| -rw-r--r-- | ports/amqpcpp/CONTROL | 6 | ||||
| -rw-r--r-- | ports/amqpcpp/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/amqpcpp/vcpkg.json | 10 | ||||
| -rw-r--r-- | versions/a-/amqpcpp.json | 5 | ||||
| -rw-r--r-- | versions/baseline.json | 2 |
5 files changed, 18 insertions, 9 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" + ] +} diff --git a/versions/a-/amqpcpp.json b/versions/a-/amqpcpp.json index 2372b1eb2..433990e23 100644 --- a/versions/a-/amqpcpp.json +++ b/versions/a-/amqpcpp.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "7f99b7612476d68b1cd6a026696741da9b90c230", + "version-string": "4.3.11", + "port-version": 0 + }, + { "git-tree": "21de530c9f72229e46bff4a9d39036a4e355941e", "version-string": "4.1.7", "port-version": 0 diff --git a/versions/baseline.json b/versions/baseline.json index 3372234e1..63bf26ebf 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -65,7 +65,7 @@ "port-version": 0 }, "amqpcpp": { - "baseline": "4.1.7", + "baseline": "4.3.11", "port-version": 0 }, "anax": { |
