aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/byacc.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/byacc.rb b/Library/Formula/byacc.rb
index eacbbdc71..136972ec6 100644
--- a/Library/Formula/byacc.rb
+++ b/Library/Formula/byacc.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class Byacc < Formula
- homepage 'http://invisible-island.net/byacc/byacc.html'
- url 'ftp://invisible-island.net/byacc/byacc-20140422.tgz'
- sha1 'aa30cac1e7b3cf9d6d19d6b9653575d56564b213'
+ homepage "http://invisible-island.net/byacc/byacc.html"
+ url "ftp://invisible-island.net/byacc/byacc-20140422.tgz"
+ sha1 "aa30cac1e7b3cf9d6d19d6b9653575d56564b213"
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",