diff --git a/pkgs/os-specific/windows/mingw-w64/update.nu b/pkgs/os-specific/windows/mingw-w64/update.nu index 4862aae5e37e..7bf26ffa38f5 100755 --- a/pkgs/os-specific/windows/mingw-w64/update.nu +++ b/pkgs/os-specific/windows/mingw-w64/update.nu @@ -43,9 +43,9 @@ def main [] { # Extract the newest version out of the URL let new_version = $newest | split column / - | get column4.0 - | split column - | get column3.0 + | split column - + | get column2.0 | str replace .tar.bz2 "" | str trim -c v