You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as manifest specify hash extraction, and hash is found, URL is not checked. This lead to possible problem when hash was extracted correctly, but installation failed since developers changed URL.
This line need to test HTTP Status and then return hash. Cannot think right now how to test remote file existence and do not download full file. It should be possible to download few bytes and see status
The text was updated successfully, but these errors were encountered:
Implemented in Shovel
As soon as manifest specify hash extraction, and hash is found, URL is not checked. This lead to possible problem when hash was extracted correctly, but installation failed since developers changed URL.
Change should be simple:
https://github.com/lukesampson/scoop/blob/a9fa775d59b14e7dce335313faa0eff855469764/lib/autoupdate.ps1#L262
This line need to test HTTP Status and then return hash. Cannot think right now how to test remote file existence and do not download full file. It should be possible to download few bytes and see status
The text was updated successfully, but these errors were encountered: