quex 0.69.3
This commit is contained in:
parent
2271acc75c
commit
97fd520732
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Quex < Formula
|
||||
desc "Generate lexical analyzers"
|
||||
homepage "https://quex.sourceforge.io/"
|
||||
url "https://downloads.sourceforge.net/project/quex/DOWNLOAD/quex-0.68.2.tar.gz"
|
||||
sha256 "b6a9325f92110c52126fec18432d0d6c9bd8a7593bde950db303881aac16a506"
|
||||
url "https://downloads.sourceforge.net/project/quex/quex-0.69.3.tar.gz"
|
||||
sha256 "ad0fbb6bef8116ac312d6ab9e93b444ca5826f9c683a6dae1c1f606cf7e78fcf"
|
||||
head "http://svn.code.sf.net/p/quex/code/trunk"
|
||||
|
||||
bottle do
|
||||
|
@ -31,7 +31,7 @@ class Quex < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system bin/"quex", "-i", doc/"demo/C/01-Trivial/simple.qx", "-o", "tiny_lexer"
|
||||
system bin/"quex", "-i", doc/"demo/C/01-Trivial/easy.qx", "-o", "tiny_lexer"
|
||||
assert_predicate testpath/"tiny_lexer", :exist?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue