Moeologist / scoop-completion

scoop tab completion, work with powershell
MIT License
172 stars 12 forks source link

ERROR Hash check failed! #15

Closed Lockszmith-GH closed 4 years ago

Lockszmith-GH commented 4 years ago
PS > scoop install scoop-completion
Installing 'scoop-completion' (0.2.0) [64bit]
Loading scoop-completion.psm1 from cache.
Loading scoop-completion.psd1 from cache.
Checking hash of scoop-completion.psm1 ... ERROR Hash check failed!
App:         scoop-completion/scoop-completion
URL:         https://raw.githubusercontent.com/Moeologist/scoop-completion/v0.2.0/src/scoop-completion.psm1
First bytes: 23 20 54 68 69 73 20 73
Expected:    e6291bd1978a8bf2e9219f0db6710a6ab925f0ddc3d20bc0dd641194b6a26842
Actual:      48abaaf30797c8b329e7b00b0bf700a177cebf1296dd7aa5690addfb6ea36089

Please try again or create a new issue by using the following link and paste your console output:
https://github.com/Moeologist/scoop-completion/issues/new?title=scoop-completion%400.2.0%3a+hash+check+failed

Hash needs update.

Moeologist commented 4 years ago

Sorry. Hash has been fixed. run

scoop update
Lockszmith-GH commented 4 years ago

Thanks!