microsoft / winget-pkgs

The Microsoft community Windows Package Manager manifest repository
MIT License
8.53k stars 4.43k forks source link

Download request status is not success.(when install ImageMagick) #96508

Closed p2i closed 1 year ago

p2i commented 1 year ago

Brief description of your issue

when i type the command winget install --id ImageMagick.ImageMagick,

it shows :

Download request status is not success. 0x80190194 : δ�ҵ�(404)��

Tell me:

Steps to reproduce

winget install --id ImageMagick.ImageMagick

Expected behavior

i expect it to work

Actual behavior

the download url is not work. Because https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-61-Q16-HDRI-x64-dll.exe invalid, Now https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-62-Q16-HDRI-x64-dll.exe is effective How to replace old version url with valid url?

Environment

Win11
Windows Terminal
Trenly commented 1 year ago

How to replace old version url with valid url?

You will need to update the manifests over at microsoft/winget-pkgs. There are some instructions on how to author manifests in the README