mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 01:58:14 +08:00
[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
This commit is contained in:
parent
6a46f50134
commit
e3dde67a62
@ -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
|
@ -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
|
||||
|
10
ports/amqpcpp/vcpkg.json
Normal file
10
ports/amqpcpp/vcpkg.json
Normal file
@ -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"
|
||||
]
|
||||
}
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7f99b7612476d68b1cd6a026696741da9b90c230",
|
||||
"version-string": "4.3.11",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "21de530c9f72229e46bff4a9d39036a4e355941e",
|
||||
"version-string": "4.1.7",
|
||||
|
@ -65,7 +65,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"amqpcpp": {
|
||||
"baseline": "4.1.7",
|
||||
"baseline": "4.3.11",
|
||||
"port-version": 0
|
||||
},
|
||||
"anax": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user