From 97fd5207325dcda24a827bbd25c41295f9614877 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 23 Jan 2019 22:19:26 +0000 Subject: [PATCH] quex 0.69.3 --- Formula/quex.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/quex.rb b/Formula/quex.rb index 4ee980f963..ca5b1c07af 100644 --- a/Formula/quex.rb +++ b/Formula/quex.rb @@ -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