diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-03 10:44:25 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-03 10:44:25 +0900 |
| commit | 8ab99e5e403fe56e1740968cab2066d017f2e1c8 (patch) | |
| tree | ba83944a2994020de2786d5f56440f05c79e80c4 /internal | |
| parent | 2b6160ef7d4ae74e94b5742f7f3c452eed080e71 (diff) | |
internal/rosa/util-linux: 2.41.3 to 2.42
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/util-linux.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/util-linux.go b/internal/rosa/util-linux.go index 35e21b66..39e3ceb1 100644 --- a/internal/rosa/util-linux.go +++ b/internal/rosa/util-linux.go @@ -8,8 +8,8 @@ import ( func (t Toolchain) newUtilLinux() (pkg.Artifact, string) { const ( - version = "2.41.3" - checksum = "gPTd5JJ2ho_Rd0qainuogcLiiWwKSXEZPXN3yCCRl0m0KBgMaqwFuMjYgu9z8zCH" + version = "2.42" + checksum = "Uy8Nxg9DsW5YwDoeaZeZTyQJ2YmnaaL_fSsQXsLUiFFUd7wnZeD_3SEaVO7ClJlk" ) return t.NewPackage("util-linux", version, pkg.NewHTTPGetTar( nil, "https://www.kernel.org/pub/linux/utils/util-linux/"+ |
