libtomcrypt: add 1.18.0 bottle.
parent
0014996d1c
commit
e880c8888a
|
@ -4,6 +4,13 @@ class Libtomcrypt < Formula
|
||||||
url "https://github.com/libtom/libtomcrypt/archive/v1.18.0.tar.gz"
|
url "https://github.com/libtom/libtomcrypt/archive/v1.18.0.tar.gz"
|
||||||
sha256 "bdba1499dab3bf3365fa75553f069eba7bea392e8f9e0381aa0e950a08bd85ba"
|
sha256 "bdba1499dab3bf3365fa75553f069eba7bea392e8f9e0381aa0e950a08bd85ba"
|
||||||
|
|
||||||
|
bottle do
|
||||||
|
cellar :any_skip_relocation
|
||||||
|
sha256 "d63f50b85f7049c447cb862c503fcdd1fc6f9548961634513aa155cca9f6ea82" => :high_sierra
|
||||||
|
sha256 "e670af84b0cf4fcae425c7d09dc848c13737966a8209b19ae57606c8ce748aa0" => :sierra
|
||||||
|
sha256 "35739dedeb6932b60b46c725b03d3609f933a0cac4b180d59a9c8f38e8272923" => :el_capitan
|
||||||
|
end
|
||||||
|
|
||||||
option "with-gmp", "enable gmp as MPI provider"
|
option "with-gmp", "enable gmp as MPI provider"
|
||||||
option "with-libtommath", "enable libtommath as MPI provider"
|
option "with-libtommath", "enable libtommath as MPI provider"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue