ScoopInstaller / Main

📦 The default bucket for Scoop.
https://scoop.sh
The Unlicense
1.58k stars 946 forks source link

ImageMagick@7.1.0-37 is broken (404) #3699

Closed ogerardin closed 2 years ago

ogerardin commented 2 years ago

Bug Report

ImageMagick

Current Behaviour

scoop install imagemagick fails with 404 error:

Installing 'imagemagick' (7.1.0-37) [64bit]
The remote server returned an error: (404) Not Found.
URL https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-37-Q16-HDRI-x64-dll.exe is not valid

Expected Behaviour

Install succeeds

Additional context/output

Possible Solution

URL pattern seems to have changed, latest download link from https://imagemagick.org/script/download.php is: https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-39-Q16-HDRI-x64-dll.exe

System details

n/a

Scoop Configuration

n/a

krystofkrticka commented 2 years ago

I also have this issue. This is because imagemagick is outdated inside scoop that's why URLs have changed.

rashil2000 commented 2 years ago

Hi! Can you please make a PR?

krystofkrticka commented 2 years ago

It looks like something broke in autoupdate script because when I looked into json of imagemagick it should autoupdate.

krystofkrticka commented 2 years ago

Ok it looks like I found the issue they changed domain name for download archive.

krystofkrticka commented 2 years ago

@rashil2000 OK, PR is done hopefully it's correct.

rashil2000 commented 2 years ago

Thanks for the PR! Could you also do this for https://github.com/ScoopInstaller/Main/blob/master/bucket/imagemagick-lean.json?

krystofkrticka commented 2 years ago

OK, I'll give it a look.

krystofkrticka commented 2 years ago

Thanks for the PR! Could you also do this for https://github.com/ScoopInstaller/Main/blob/master/bucket/imagemagick-lean.json?

Fixed in PR: #3704