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 a51569d commit f49d454Copy full SHA for f49d454
openssl.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: openssl
3
- version: 3.2.1
+ version: 3.3.0
4
epoch: 0
5
description: "the OpenSSL cryptography suite"
6
copyright:
@@ -32,7 +32,7 @@ pipeline:
32
- uses: fetch
33
with:
34
uri: https://www.openssl.org/source/openssl-${{package.version}}.tar.gz
35
- expected-sha256: 83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39
+ expected-sha256: 53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02
36
37
- name: Configure and build
38
runs: |
0 commit comments