File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
class Libmongocrypt < Formula
2
2
desc "C library for Client Side Encryption"
3
3
homepage "https://github.com/mongodb/libmongocrypt"
4
- url "https://github.com/mongodb/libmongocrypt/archive/1.2.2 .tar.gz"
5
- sha256 "65cdf0dd63a82855366c1dc2fc6f1157878bfa804c13e51d5f2984d3c67cb113 "
4
+ url "https://github.com/mongodb/libmongocrypt/archive/1.3.0 .tar.gz"
5
+ sha256 "e32550468b4be1d24c0a228a7b49cd586571391f65f434a49ab2bf736ec55d11 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/mongodb/libmongocrypt.git"
8
8
@@ -12,9 +12,9 @@ class Libmongocrypt < Formula
12
12
def install
13
13
cmake_args = std_cmake_args
14
14
cmake_args << if build . head?
15
- "-DBUILD_VERSION=1.3 .0-pre"
15
+ "-DBUILD_VERSION=1.4 .0-pre"
16
16
else
17
- "-DBUILD_VERSION=1.2.2 "
17
+ "-DBUILD_VERSION=1.3.0 "
18
18
end
19
19
system "cmake" , "." , *cmake_args
20
20
system "make" , "install"
You can’t perform that action at this time.
0 commit comments