diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-05 17:06:15 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-05 17:06:15 +0900 |
| commit | 572c99825d878b0ad562f85ef2f6fafbd298d78e (patch) | |
| tree | 3496aa016a7748ee654e1c4a186272961b046914 | |
| parent | ebdf9dcecc1046052a06e148b5b289ab2dd95b7e (diff) | |
Revert "internal/rosa/zlib: 1.3.1 to 1.3.2"
The bump broke elfutils build.
This reverts commit 0eb2bfa12e3481f2c87b2df3f8ac9d38790299a8.
| -rw-r--r-- | internal/rosa/zlib.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/zlib.go b/internal/rosa/zlib.go index 9b1253af..3bd5f46f 100644 --- a/internal/rosa/zlib.go +++ b/internal/rosa/zlib.go @@ -4,8 +4,8 @@ import "hakurei.app/internal/pkg" func (t Toolchain) newZlib() (pkg.Artifact, string) { const ( - version = "1.3.2" - checksum = "KHZrePe42vL2XvOUE3KlJkp1UgWhWkl0jjT_BOvFhuM4GzieEH9S7CioepOFVGYB" + version = "1.3.1" + checksum = "E-eIpNzE8oJ5DsqH4UuA_0GDKuQF5csqI8ooDx2w7Vx-woJ2mb-YtSbEyIMN44mH" ) return t.NewPackage("zlib", version, pkg.NewHTTPGetTar( nil, "https://www.zlib.net/fossils/zlib-"+version+".tar.gz", |
