[Ubuntu] update zstd version (#6681)

This commit is contained in:
Alexey-Ayupov
2022-12-29 23:33:04 +01:00
committed by GitHub
parent 39ba239618
commit f7f519dcc4
10 changed files with 39 additions and 55 deletions

View File

@@ -281,7 +281,7 @@ function Get-YamllintVersion {
function Get-ZstdVersion {
$zstdVersion = zstd --version | Take-OutputPart -Part 1 -Delimiter "v" | Take-OutputPart -Part 0 -Delimiter ","
return "$zstdVersion (Homebrew)"
return "$zstdVersion"
}
function Get-YqVersion {