Skip to content

Commit 9c50d2e

Browse files
authored
Merge pull request #135 from kevinAlbs/libmongocrypt-1.3.0
update libmongocrypt to 1.3.0
2 parents 0be0730 + f3ff6ab commit 9c50d2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/libmongocrypt.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libmongocrypt < Formula
22
desc "C library for Client Side Encryption"
33
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"
66
license "Apache-2.0"
77
head "https://github.com/mongodb/libmongocrypt.git"
88

@@ -12,9 +12,9 @@ class Libmongocrypt < Formula
1212
def install
1313
cmake_args = std_cmake_args
1414
cmake_args << if build.head?
15-
"-DBUILD_VERSION=1.3.0-pre"
15+
"-DBUILD_VERSION=1.4.0-pre"
1616
else
17-
"-DBUILD_VERSION=1.2.2"
17+
"-DBUILD_VERSION=1.3.0"
1818
end
1919
system "cmake", ".", *cmake_args
2020
system "make", "install"

0 commit comments

Comments
 (0)