mu: add HEAD build dependency (#8328)

This commit is contained in:
Jumpei KAWAMI 2016-12-31 02:17:40 +09:00 committed by Mike McQuaid
parent 2d39dbc180
commit 167b6c7ffa

View file

@ -6,7 +6,6 @@ class Mu < Formula
homepage "https://www.djcbsoftware.nl/code/mu/"
url "https://github.com/djcb/mu/releases/download/0.9.18/mu-0.9.18.tar.gz"
sha256 "6559ec888d53f8e03b87b67148a73f52fe086477cb10e43f3fc13ed7f717e809"
head "https://github.com/djcb/mu.git"
bottle do
sha256 "7a22948357dea29fea7aad7fb40a1d40c91587a9ae6d5584fdc926c051558394" => :sierra
@ -14,6 +13,12 @@ class Mu < Formula
sha256 "5021092fa9584e6ed4755a61d675dbd89108706de2b4f4e35fe0597a5a79fcb1" => :yosemite
end
head do
url "https://github.com/djcb/mu.git"
depends_on "autoconf-archive" => :build
end
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build