diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-06 21:22:33 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-06 21:22:33 +0900 |
| commit | aabdcbba1c7e928d3b17fbefb9ef972fbd628405 (patch) | |
| tree | eb23b501f03d9c096bf4dbdf56f88bc7e0656e73 | |
| parent | 38cc4a642930ab38fde5e6f7504033cf8dae1eb7 (diff) | |
internal/rosa/gnu: m4 1.4.20 to 1.4.21
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/gnu.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/internal/rosa/gnu.go b/internal/rosa/gnu.go index 91456c7c..d8f9c8f6 100644 --- a/internal/rosa/gnu.go +++ b/internal/rosa/gnu.go @@ -4,8 +4,8 @@ import "hakurei.app/internal/pkg" func (t Toolchain) newM4() (pkg.Artifact, string) { const ( - version = "1.4.20" - checksum = "RT0_L3m4Co86bVBY3lCFAEs040yI1WdeNmRylFpah8IZovTm6O4wI7qiHJN3qsW9" + version = "1.4.21" + checksum = "pPa6YOo722Jw80l1OsH1tnUaklnPFjFT-bxGw5iAVrZTm1P8FQaWao_NXop46-pm" ) return t.NewPackage("m4", version, pkg.NewHTTPGetTar( nil, "https://ftpmirror.gnu.org/gnu/m4/m4-"+version+".tar.bz2", @@ -18,6 +18,8 @@ chmod +w tests/test-c32ispunct.sh && echo '#!/bin/sh' > tests/test-c32ispunct.sh `, }, (*MakeHelper)(nil), Diffutils, + + KernelHeaders, ), version } func init() { |
