From d69c915319b3f5de4f0553f3db69f09796b2fa64 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 5 Feb 2015 21:58:48 +0000 Subject: byacc 20141128 Version bump. Simple test added, Apologies to Mike in advance - I don’t know how to handle a more difficult one here ;) Closes #36577. Signed-off-by: Mike McQuaid --- Library/Formula/byacc.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/byacc.rb b/Library/Formula/byacc.rb index 136972ec6..ae3768fca 100644 --- a/Library/Formula/byacc.rb +++ b/Library/Formula/byacc.rb @@ -1,15 +1,15 @@ -require "formula" - class Byacc < Formula homepage "http://invisible-island.net/byacc/byacc.html" - url "ftp://invisible-island.net/byacc/byacc-20140422.tgz" - sha1 "aa30cac1e7b3cf9d6d19d6b9653575d56564b213" + url "ftp://invisible-island.net/byacc/byacc-20141128.tgz" + sha1 "59ea0a166b10eaec99edacc4c38fcb006c6e84d3" def install system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--program-prefix=b", - "--prefix=#{prefix}", - "--man=#{man}" - system "make install" + "--program-prefix=b", "--prefix=#{prefix}", "--man=#{man}" + system "make", "install" + end + + test do + system bin/"byacc", "-V" end end -- cgit v1.2.3