diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-06 21:39:52 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-06 21:39:52 +0900 |
| commit | 861249751a2142470b87d67fcaaa796eda688088 (patch) | |
| tree | d18b11caf68d373f157edf154669136eadaf7b59 | |
| parent | e3445c2a7e273675dc37addbc37b4b12d1e7c2a2 (diff) | |
internal/rosa/openssl: 3.5.5 to 3.6.1
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/openssl.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/openssl.go b/internal/rosa/openssl.go index 795adf0d..2c823300 100644 --- a/internal/rosa/openssl.go +++ b/internal/rosa/openssl.go @@ -4,8 +4,8 @@ import "hakurei.app/internal/pkg" func (t Toolchain) newOpenSSL() (pkg.Artifact, string) { const ( - version = "3.5.5" - checksum = "I2Hp1LxcTR8j4G6LFEQMVy6EJH-Na1byI9Ti-ThBot6EMLNRnjGXGq-WXrim3Fkz" + version = "3.6.1" + checksum = "boMAj2SIVIFXHswZva3qHJuFEpc32rxCCu07wjMPsVe9nn_976BGMmW_5P1zthgg" ) return t.NewPackage("openssl", version, pkg.NewHTTPGetTar( nil, "https://github.com/openssl/openssl/releases/download/"+ |
