re-flex 1.3.2
Closes #42825. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
da96c0e8a7
commit
b78cc189d2
1 changed files with 2 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue