From 167b6c7ffaf51e928d0046d299a454034bfcd780 Mon Sep 17 00:00:00 2001 From: Jumpei KAWAMI Date: Sat, 31 Dec 2016 02:17:40 +0900 Subject: [PATCH] mu: add HEAD build dependency (#8328) --- Formula/mu.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Formula/mu.rb b/Formula/mu.rb index 447952a390..f898c31f0f 100644 --- a/Formula/mu.rb +++ b/Formula/mu.rb @@ -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