1
0
forked from rosa/hakurei

internal/pkg: remove tar built-in decompressor

This is replaced by decompressArtifact and is no longer necessary.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-04 18:37:07 +09:00
parent 76c1fb84c8
commit db69dcf0be
9 changed files with 78 additions and 164 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ func newIANAEtc() pkg.Artifact {
version,
"iana-etc-"+version+".tar.gz",
checksum,
pkg.TarGzip,
pkg.Gzip,
)
}