ScoopInstaller / Main

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

[Bug]: Download URL of minisign has changed #5889

Closed Skycoder42 closed 4 days ago

Skycoder42 commented 2 weeks ago

Prerequisites

Package Name

minisign

Expected/Current Behaviour

Current: Installation fails with a 404 Not Found error.

Expected: Installation should work.

Steps to Reproduce

PS> scoop install minisign
Installing 'minisign' (0.11) [64bit] from 'main' bucket
The remote server returned an error: (404) Not Found.
URL https://github.com/jedisct1/minisign/releases/download/0.11/minisign-0.11-win64.zip is not valid

Possible Solution

The author of the application has changed the Upload URL to: https://github.com/jedisct1/minisign/releases/download/0.11/minisign-win64.zip (See https://github.com/jedisct1/minisign/issues/144)

Also, the binaries have been recompiled, to the hash has changed as well: b9c31c2c3034f81f0e5f5d92cbcc20e67a9671b6e5455661588638848dc58031

Scoop and Buckets Version

I do not own a windows machine myself, the results come from a CI machine, so I cannot report version information. However, as this is not a bug in scoop itself, but a problem with a package, so no version information is necessary.

Scoop Config

I do not own a windows machine myself, the results come from a CI machine, so I cannot report config information. However, as this is not a bug in scoop itself, but a problem with a package, so no config information is necessary.

PowerShell Version

According to https://github.com/actions/runner-images/blob/win22/20240514.3/images/windows/Windows2022-Readme.md#powershell-tools it should be `7.4.2`

Additional Softwares

No response

Skycoder42 commented 4 days ago

Original name was restored. No longer relevant