universal-ctags / homebrew-universal-ctags

Homebrew Tap for Universal Ctags on OSX
https://ctags.io
GNU General Public License v2.0
326 stars 19 forks source link

Homebrew reporting warning on `brew upgrade` #13

Closed eksop closed 7 years ago

eksop commented 8 years ago

Warning: Calling 'depends_on :automake' is deprecated! Use 'depends_on "automake"' instead. /usr/local/Library/Taps/universal-ctags/homebrew-universal-ctags/universal-ctags.rb:5:in `class:UniversalCtags' Please report this to the universal-ctags/universal-ctags tap!

mikedfunk commented 8 years ago

+1

lucafavatella commented 8 years ago

@xitkov I believe that PR #8 - merged 9 days ago - fixed this. May I suggest you re-test with a fresh version of the formula/tap and update this ticket?

eksop commented 8 years ago

I had to do brew untap universal-ctags/universal-ctags and then brew tap universal-ctags/universal-ctags to fix it.

Is there a way to update the tap without re-tapping?

cweagans commented 8 years ago

You should be able to brew update to get the latest formula. Did that not work?

eksop commented 8 years ago

No, it did not work.

thoughton commented 7 years ago

I may be wrong, but I think it's brew upgrade to make sure installed formulas are the latest.

Ah, please ignore me. I've just re-read the original issue and realised my comment was not helpful at all. Sorry!

KazuakiM commented 7 years ago

Why is it open though the problem is solved?