File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ class Botan < Formula
4
4
url "https://botan.randombit.net/releases/Botan-2.15.0.tar.xz"
5
5
sha256 "d88af1307f1fefac79aa4f2f524699478d69ce15a857cf2d0a90ac6bf2a50009"
6
6
license "BSD-2-Clause"
7
+ revision 1
7
8
head "https://github.com/randombit/botan.git"
8
9
9
10
bottle do
@@ -13,8 +14,8 @@ class Botan < Formula
13
14
end
14
15
15
16
depends_on "pkg-config" => :build
16
- depends_on :macos # Due to Python 2
17
- depends_on "openssl@1.1 "
17
+ depends_on "python@3.8"
18
+ depends_on "sqlite "
18
19
19
20
uses_from_macos "bzip2"
20
21
uses_from_macos "zlib"
@@ -27,9 +28,10 @@ def install
27
28
--docdir=share/doc
28
29
--cc=#{ ENV . compiler }
29
30
--os=darwin
30
- --with-openssl
31
31
--with-zlib
32
32
--with-bzip2
33
+ --with-sqlite3
34
+ --with-python-versions=3.8
33
35
]
34
36
35
37
system "./configure.py" , *args
You can’t perform that action at this time.
0 commit comments