Versions icon indicating copy to clipboard operation
Versions copied to clipboard

Support old version of mingw-winlibs-llvm-ucrt

Open RichardLuo0 opened this issue 3 years ago • 0 comments

Bug Report

Package Name: mingw-winlibs-llvm-ucrt

Current Behaviour

I tried to install an older version of mingw-winlibs-llvm-ucrt using scoop install -a 64bit [email protected], failed with the following result

WARN  Given version (11.3.0-14.0.3-10.0.0-r3) does not match manifest (12.2.0-14.0.6-10.0.0-r2)
WARN  Attempting to generate manifest for 'mingw-winlibs-llvm-ucrt' (11.3.0-14.0.3-10.0.0-r3)
Autoupdating mingw-winlibs-llvm-ucrt
Searching hash for winlibs-i686-posix-dwarf-gcc-$match1-llvm-$match2-mingw-w64ucrt-$match3-r$match4.7z in https://github.com/brechtsanders/winlibs_mingw/releases/download/$match1-$match2-$match3-ucrt-r$match4/winlibs-i686-posix-dwarf-gcc-$match1-llvm-$match2-mingw-w64ucrt-$match3-r$match4.7z.sha512
The remote server returned an error: (404) Not Found.
URL https://github.com/brechtsanders/winlibs_mingw/releases/download/$match1-$match2-$match3-ucrt-r$match4/winlibs-i686-posix-dwarf-gcc-$match1-llvm-$match2-mingw-w64ucrt-$match3-r$match4.7z.sha512 is not valid
Could not find hash in https://github.com/brechtsanders/winlibs_mingw/releases/download/$match1-$match2-$match3-ucrt-r$match4/winlibs-i686-posix-dwarf-gcc-$match1-llvm-$match2-mingw-w64ucrt-$match3-r$match4.7z.sha512
Downloading winlibs-i686-posix-dwarf-gcc-$match1-llvm-$match2-mingw-w64ucrt-$match3-r$match4.7z to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/brechtsanders/winlibs_mingw/releases/download/$match1-$match2-$match3-ucrt-r$match4/winlibs-i686-posix-dwarf-gcc-$match1-llvm-$match2-mingw-w64ucrt-$match3-r$match4.7z is not valid
Could not install [email protected]

Expected Behaviour

The old version of MinGW can be installed

System details

Windows version: 11

OS architecture: 64bit

PowerShell version: 7.2.6

RichardLuo0 avatar Oct 17 '22 07:10 RichardLuo0