Skip to content

Commit

Permalink
bump openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashuy committed Sep 25, 2024
1 parent 027d0b8 commit 1d9123e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ "$python_version" = "" ]; then
fi

if [ "$openssl_version" = "" ]; then
openssl_version="3.0.14";
openssl_version="3.0.15";
fi

if [ "$zlib_version" = "" ]; then
Expand Down
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ "$python_library_zip_filename" = "" ]; then
fi

if [ "$openssl_version" = "" ]; then
openssl_version="3.0.14";
openssl_version="3.0.15";
fi

if [ "$python_version" = "" ]; then
Expand Down

0 comments on commit 1d9123e

Please sign in to comment.