We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d67754 commit 746f104Copy full SHA for 746f104
openssl/build.sh
@@ -11,7 +11,7 @@ version_dir=$recipe_dir/build/$version
11
mkdir -p $version_dir
12
cd $version_dir
13
src_filename=openssl-$version.tar.gz
14
-wget -c https://www.openssl.org/source/$src_filename
+wget -c https://github.com/openssl/openssl/releases/download/openssl-$version/$src_filename
15
16
build_dir=$version_dir/$HOST
17
rm -rf $build_dir
0 commit comments