Skip to content

Commit

Permalink
(PA-6131) Bump openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkarsale committed Mar 26, 2024
1 parent f23dc6b commit 966df28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/components/openssl-3.0.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
component 'openssl' do |pkg, settings, platform|
pkg.version '3.0.12'
pkg.version '3.0.13'
pkg.sha256sum 'f93c9e8edde5e9166119de31755fc87b4aa34863662f67ddfcba14d0b6b69b61'
pkg.url "https://openssl.org/source/openssl-#{pkg.get_version}.tar.gz"
pkg.mirror "#{settings[:buildsources_url]}/openssl-#{pkg.get_version}.tar.gz"
Expand Down

0 comments on commit 966df28

Please sign in to comment.