LoopPerfect / buckaroo-recipes

The official book of recipes for Buckaroo 📒
https://www.buckaroo.pm
MIT License
6 stars 4 forks source link

philsquared/philsquared/catch #124

Closed diegum closed 5 years ago

diegum commented 5 years ago

I tried to install but failed

$ buckaroo install philsquared/catch
Download error!                                                                 
There was an error downloading a file.                                          
 * URL:                                                                         
   https://github.com/philsquared/Catch/archive/a0ada2e935324db5c951571c52c9b073
 * Target:                                                                      
   /Users/zatanna/Library/Caches/Buckaroo/4de0f36414752424c21cd24e57bf898efd86aa
 * Cause:                                                                       
   Hash mismatch!                                                               
    * Expected:                                                                 
      4de0f36414752424c21cd24e57bf898efd86aa22f825cffa28e8f288d68869ae          
    * Actual:                                                                   
      c25a7ba75cecd034746737431abbfe47c58c12937e7706c577c4d2035b23077e          
   Possible causes for this exception are:                                      
    * The cookbook specified an incorrect hash                                  
    * The source delivered the wrong file                                       
    * An error occured while downloading the file                               
   NOTE: Run buckaroo resolve to ensure that your lock-file is up-to-date.

I also ran buckaroo resolve and tried again -- same result.

njlr commented 5 years ago

Looks like they rename the archives. I have updated the URL.

Please try:

buckaroo update
buckaroo install philsquared/catch
njlr commented 5 years ago

https://github.com/LoopPerfect/buckaroo-recipes/commit/ab6eec40aa370353513afb4fe4e5b7315917eeed

diegum commented 5 years ago

This made the trick, @njlr . Thanks!