Skip to content

Commit

Permalink
CI: Update URL of OpenSSL website
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Aug 4, 2024
1 parent dfa7158 commit 3ac79b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch-sources
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ for item in "$@"; do

case "$name" in
openssl)
base_url='https://www.openssl.org/source'
base_url='https://openssl-library.org/source'
ver=$(scrape_latest_version "$base_url/" "openssl-($ver_regex)\." 'openssl')
url="$base_url/$name-$ver.tar.gz"
;;
Expand Down

0 comments on commit 3ac79b8

Please sign in to comment.