amqp-cpp: move to OpenSSL 1.1
This commit is contained in:
parent
367323c693
commit
4f9efb1e0c
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class AmqpCpp < Formula
|
||||||
homepage "https://github.com/CopernicaMarketingSoftware/AMQP-CPP"
|
homepage "https://github.com/CopernicaMarketingSoftware/AMQP-CPP"
|
||||||
url "https://github.com/CopernicaMarketingSoftware/AMQP-CPP/archive/v4.1.5.tar.gz"
|
url "https://github.com/CopernicaMarketingSoftware/AMQP-CPP/archive/v4.1.5.tar.gz"
|
||||||
sha256 "9840c7fb17bb0c0b601d269e528b7f9cac5ec008dcf8d66bef22434423b468aa"
|
sha256 "9840c7fb17bb0c0b601d269e528b7f9cac5ec008dcf8d66bef22434423b468aa"
|
||||||
|
revision 1
|
||||||
head "https://github.com/CopernicaMarketingSoftware/AMQP-CPP.git"
|
head "https://github.com/CopernicaMarketingSoftware/AMQP-CPP.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -13,7 +14,7 @@ class AmqpCpp < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "cmake" => :build
|
depends_on "cmake" => :build
|
||||||
depends_on "openssl"
|
depends_on "openssl@1.1"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV.cxx11
|
ENV.cxx11
|
||||||
|
|
Loading…
Reference in a new issue