From a9c9af0bbb3f0a3e6c54c3e73fd0922e734bfe10 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Mon, 16 May 2016 13:12:17 -0700 Subject: [PATCH] jlog 2.2.0 Closes #1204. Signed-off-by: Alex Dunn --- Formula/jlog.rb | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Formula/jlog.rb b/Formula/jlog.rb index 0229cec271..cb8c975d03 100644 --- a/Formula/jlog.rb +++ b/Formula/jlog.rb @@ -1,10 +1,19 @@ class Jlog < Formula desc "Pure C message queue with subscribers and publishers for logs" homepage "https://labs.omniti.com/labs/jlog" - url "https://github.com/omniti-labs/jlog/archive/2.1.3.2.tar.gz" - sha256 "2915a964cade8fbc7f392b454ef33ef999a33a53457f503762e6108b86c4d979" head "https://github.com/omniti-labs/jlog.git" + stable do + url "https://github.com/omniti-labs/jlog/archive/2.2.0.tar.gz" + sha256 "81b7a9d86a4ee8dbc3cc08a7032ee0ecd31b531573525474be298bd4f1404e53" + + # Fixes `make install` to depend on `make all` + patch do + url "https://github.com/omniti-labs/jlog/commit/38955d8ca07e9c2433231a89c9702a72bc3707f2.diff" + sha256 "f8630d425227533d1641efbb7a3c489e859b5190c9a82a5f8fb4b81e1e8cd946" + end + end + bottle do cellar :any sha256 "69c2aa1f1d241eeb2cfb4662367649467627263bb7f4ab03352fe15dff599314" => :el_capitan @@ -18,7 +27,6 @@ class Jlog < Formula def install system "autoconf" system "./configure", "--prefix=#{prefix}" - system "make" system "make", "install" end