re-flex 1.3.2

Closes #42825.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Caleb Xu 2019-08-05 17:26:22 -04:00 committed by Chongyu Zhu
parent da96c0e8a7
commit b78cc189d2
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -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",