AtticX / homebrew-fonts

A custom Cask tap for installing chrome core and other fonts.
1 stars 1 forks source link

Fonts cannot be installed, fonts were updated - version expected by the script is not the same it downloads. #1

Open ReinhardSt opened 5 years ago

ReinhardSt commented 5 years ago

Here's a copy&paste from the Terminal:

Reinhards-MacBook-Pro:/ reinhard$ brew tap AtticX/fonts Reinhards-MacBook-Pro:/ reinhard$ brew cask install font-caladea Error: Cask 'font-caladea' definition is invalid: Token '{:v1=>"font-caladea"}' in header line does not match the file name. Reinhards-MacBook-Pro:/ reinhard$ brew cask install font-carlito Error: Cask 'font-carlito' definition is invalid: Token '{:v1=>"font-carlito"}' in header line does not match the file name. Reinhards-MacBook-Pro:/ reinhard$

The issue seems to be: The Homebrew recipe is trying to download some fonts, but these fonts have been updated. The version expected by the script is not the same it downloads.

What would be the workaround / fix for this?

(thanks to JaimeChavarriaga for help so far)

ReinhardSt commented 5 years ago

Push.

I assume the fix for this would be quite easy. Can you have a look? Is this project still active?