From b78cc189d2f1690534ae2feca1751873285ef667 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Mon, 5 Aug 2019 17:26:22 -0400 Subject: [PATCH] re-flex 1.3.2 Closes #42825. Signed-off-by: Chongyu Zhu --- Formula/re-flex.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/re-flex.rb b/Formula/re-flex.rb index 0eec6b01ac..fb350a1749 100644 --- a/Formula/re-flex.rb +++ b/Formula/re-flex.rb @@ -1,8 +1,8 @@ class ReFlex < Formula desc "The regex-centric, fast and flexible scanner generator for C++" homepage "https://www.genivia.com/doc/reflex/html" - url "https://github.com/Genivia/RE-flex/archive/v1.3.0.tar.gz" - sha256 "b3ccf23cfb2e167927258c4ab58ee3799c4cf5892b8696232f9c6e73a6c235b9" + url "https://github.com/Genivia/RE-flex/archive/v1.3.2.tar.gz" + sha256 "aaad0c9b7c7907567c3ccf4fd0abcc9a8e5f8d1caa653557c36997443ce3189f" bottle do cellar :any_skip_relocation @@ -11,8 +11,6 @@ class ReFlex < Formula sha256 "eccc6b41c77c6951b489df54456cfef3c52f50efab0213820e8e8e8637d3bd5e" => :sierra end - depends_on "boost" - def install system "./configure", "--disable-dependency-tracking", "--disable-silent-rules",