From 7ec97cc8fb70d028c4991713fea7905ca4cc7a0b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 9 Oct 2018 17:52:41 +0000 Subject: [PATCH] ne 3.1.2 - also add head Closes #32854. Signed-off-by: Viktor Szakats --- Formula/ne.rb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Formula/ne.rb b/Formula/ne.rb index 96d5e2aaef..9ec207416d 100644 --- a/Formula/ne.rb +++ b/Formula/ne.rb @@ -1,8 +1,9 @@ class Ne < Formula desc "The nice editor" - homepage "http://ne.di.unimi.it" - url "http://ne.di.unimi.it/ne-3.1.1.tar.gz" - sha256 "ec4f5d919c38b1a5938b609a722d0d88a68c404b4564e3bb654b96b30582add9" + homepage "http://ne.di.unimi.it/" + url "https://github.com/vigna/ne/archive/3.1.2.tar.gz" + sha256 "bdf09a377660527857bd25217fc91505ae2b19c41590f8a25efc91aef785a3e2" + head "https://github.com/vigna/ne.git" bottle do cellar :any_skip_relocation @@ -13,11 +14,14 @@ class Ne < Formula sha256 "00d0ed886fa94db6b33f26dd304f468c79748379ac95c49a96141594fa0b333a" => :yosemite end + depends_on "texinfo" => :build + def install + ENV.deparallelize cd "src" do system "make" end - system "make", "PREFIX=#{prefix}", "install" + system "make", "build", "PREFIX=#{prefix}", "install" end test do