Skip to content

Commit

Permalink
Merge pull request mongodb#182 from kevinAlbs/bump-libmongocrypt-to-1…
Browse files Browse the repository at this point in the history
….8.0

update to libmongocrypt 1.8.0
  • Loading branch information
dmoody256 authored May 9, 2023
2 parents 76ca603 + a39dc79 commit e10b875
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/libmongocrypt.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libmongocrypt < Formula
desc "C library for Client Side Encryption"
homepage "https://github.com/mongodb/libmongocrypt"
url "https://github.com/mongodb/libmongocrypt/archive/1.7.4.tar.gz"
sha256 "354e089430a73355c2756ae06bcd9df343c93c2389e23879064b003410045e86"
url "https://github.com/mongodb/libmongocrypt/archive/1.8.0.tar.gz"
sha256 "28d468b7cae8a2f7e78cdd034fb174f904c4b41b07033e553c31406aeed32d7c"
license "Apache-2.0"
head "https://github.com/mongodb/libmongocrypt.git"

Expand All @@ -12,9 +12,9 @@ class Libmongocrypt < Formula
def install
cmake_args = std_cmake_args
cmake_args << if build.head?
"-DBUILD_VERSION=1.8.0-pre"
"-DBUILD_VERSION=1.9.0-pre"
else
"-DBUILD_VERSION=1.7.4"
"-DBUILD_VERSION=1.8.0"
end
system "cmake", ".", *cmake_args
system "make", "install"
Expand Down

0 comments on commit e10b875

Please sign in to comment.