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.
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)