emacs-clang-complete-async: fix audit

emacs-clang-complete-async:
  * `revision` (line 5) should be put before `head` (line 4)
master
Miguel Araújo 2017-02-11 21:16:19 -03:00 committed by Mike McQuaid
parent 1ca7a3a889
commit 1dc3f1b32c
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
class EmacsClangCompleteAsync < Formula
desc "Emacs plugin using libclang to complete C/C++ code"
homepage "https://github.com/Golevka/emacs-clang-complete-async"
head "https://github.com/Golevka/emacs-clang-complete-async.git"
revision 2
head "https://github.com/Golevka/emacs-clang-complete-async.git"
stable do
url "https://github.com/Golevka/emacs-clang-complete-async/archive/v0.5.tar.gz"