jeffkowalski / geeknote

Console client for Evernote.
GNU General Public License v3.0
392 stars 51 forks source link

brew formula or instructions out of date #129

Open amanahuja opened 4 years ago

amanahuja commented 4 years ago

Seems that some changes to brew will require updates to your brew formula or the instructions provided for installation.

$ brew install --HEAD https://raw.githubusercontent.com/jeffkowalski/geeknote/master/geeknote.rb

Error: Calling Non-checksummed download of geeknote formula file from an arbitrary URL is 
disabled! Use 'brew extract' or 'brew create' and 'brew tap-new' to create a formula file in a 
tap on GitHub instead.

Thanks

harmenjanssen commented 3 years ago

I encountered this problem as well, what's the recommended solution to this problem? I can't install geeknote right now.

jeffkowalski commented 3 years ago

You could download it and install locally in two steps, as described here https://dev.to/gjrdiesel/getting-around-brew-s-error-calling-non-checksummed-download-of-17fl

On Sun, Nov 8, 2020 at 12:07 AM Harmen Janssen notifications@github.com wrote:

I encountered this problem as well, what's the recommended solution to this problem? I can't install geeknote right now.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jeffkowalski/geeknote/issues/129#issuecomment-723543993, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAN4MHVSIH7YSW6XOSXIYTSOZGSPANCNFSM4RNNQQAA .

harmenjanssen commented 3 years ago

Yes, that works, kind of. Unfortunately it fails on the python@2 dependency that's no longer available.