neovim: add utf8proc dependency to HEAD (#45426)
This commit is contained in:
parent
e8a755617e
commit
2c2470be9e
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,6 @@ class Neovim < Formula
|
|||
homepage "https://neovim.io/"
|
||||
url "https://github.com/neovim/neovim/archive/v0.4.2.tar.gz"
|
||||
sha256 "9f874d3d2a74f33b931db62adebe28f8d2ec116270d1e13998b58a73348b6e56"
|
||||
head "https://github.com/neovim/neovim.git"
|
||||
|
||||
bottle do
|
||||
sha256 "5436532a1574329e386cf29df04e7d528730a7bd95c073b6ea76a37499ececc0" => :mojave
|
||||
|
@ -11,6 +10,11 @@ class Neovim < Formula
|
|||
sha256 "73bc96be3bccacb2c6c02e4c3aaf06ad0dc4f3b34569a46adda8ec7b41db2f52" => :sierra
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/neovim/neovim.git"
|
||||
depends_on "utf8proc"
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "luarocks" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
|
|
Loading…
Reference in a new issue