libsignal-protocol-c: add 2.3.2 bottle.
This commit is contained in:
parent
2040bffeca
commit
18552c202a
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class LibsignalProtocolC < Formula
|
|||
url "https://github.com/signalapp/libsignal-protocol-c/archive/v2.3.2.tar.gz"
|
||||
sha256 "f3826f3045352e14027611c95449bfcfe39bfd3d093d578c70f70eee0c85000d"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "f54d11652709ff3e48e527ba37008e6d6191ac5f5f51bc4fd1fc2559cc33e2ed" => :high_sierra
|
||||
sha256 "55f3e5bc44e5c3dfd1463c44f218318a27ff2293c4de12ed39a5c5b266ba52a3" => :sierra
|
||||
sha256 "99ba5d67f62c5b54e3f91a02151c797d0d676f975694806eeb2ab8c1d191a512" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl"
|
||||
|
|
Loading…
Reference in a new issue