emacs-clang-complete-async: audit fixes
Closes Homebrew/homebrew#48395. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
49e0c20e88
commit
e13efc82cb
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
class EmacsClangCompleteAsync < Formula
|
||||
desc "Emacs plugin using libclang to complete C/C++ code"
|
||||
homepage "https://github.com/Golevka/emacs-clang-complete-async"
|
||||
url "https://github.com/Golevka/emacs-clang-complete-async/archive/v0.5.tar.gz"
|
||||
sha256 "151a81ae8dd9181116e564abafdef8e81d1e0085a1e85e81158d722a14f55c76"
|
||||
|
||||
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"
|
||||
sha256 "151a81ae8dd9181116e564abafdef8e81d1e0085a1e85e81158d722a14f55c76"
|
||||
|
||||
# https://github.com/Golevka/emacs-clang-complete-async/issues/65
|
||||
patch :DATA
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue