Skip to content

Commit

Permalink
Use GitHub instead of openssl.org
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 4, 2024
1 parent 3df7954 commit 1b812e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/update-cruby
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ else
exit 1
fi

openssl_url="https://www.openssl.org/source/openssl-${openssl_version}.tar.gz"
openssl_url="https://github.com/openssl/openssl/releases/download/openssl-${openssl_version}/openssl-${openssl_version}.tar.gz"
if command -v sha256sum >/dev/null; then
openssl_sha256=$(sha256sum "$release_directory/$openssl_basename" | cut -d ' ' -f 1)
elif command -v shasum >/dev/null; then
Expand Down

0 comments on commit 1b812e8

Please sign in to comment.