Skip to content

Commit

Permalink
bump git-crypt to 0.7.0
Browse files Browse the repository at this point in the history
add flag to allow make with newer OpenSSL in ubuntu jammy

Signed-off-by: Rui Yang <ruiya@vmware.com>
  • Loading branch information
Rui Yang committed Nov 17, 2022
1 parent 1df1a65 commit 0e21d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_git_crypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ _main() {
cd "$tmpdir"
git clone https://github.com/AGWA/git-crypt.git
cd git-crypt
git checkout tags/0.6.0
make
git checkout tags/0.7.0
CXXFLAGS='-DOPENSSL_API_COMPAT=0x30000000L' make
make install
cd ../..
rm -rf "$tmpdir"
Expand Down

0 comments on commit 0e21d41

Please sign in to comment.