Skip to content

Commit

Permalink
Merge pull request easybuilders#18895 from SebastianAchilles/20230930…
Browse files Browse the repository at this point in the history
…150052_new_pr_OpenSSL11

bump OpenSSL 1.1 wrapper fallback to 1.1.1w
  • Loading branch information
branfosj authored Oct 3, 2023
2 parents 842601c + 618f5c9 commit db2d79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/o/OpenSSL/OpenSSL-1.1.eb
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ builddependencies = [('pkgconf', '1.8.0')]
# component list, which will be build and installed as usual.

components = [
(name, '1.1.1u', {
(name, '1.1.1w', {
'easyblock': 'EB_OpenSSL',
'source_urls': ['https://www.openssl.org/source/'],
'sources': [SOURCELOWER_TAR_GZ],
'checksums': ['e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6'],
'checksums': ['cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8'],
'start_dir': '%(namelower)s-%(version)s',
}),
]
Expand Down

0 comments on commit db2d79d

Please sign in to comment.