From 20ee20622f29646a54152bfec9fe7cca2a0792b2 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 28 Jan 2013 21:24:43 -0800 Subject: libfishsound: style nits --- Library/Formula/libfishsound.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libfishsound.rb b/Library/Formula/libfishsound.rb index 5366476eb..e77cf9ca5 100644 --- a/Library/Formula/libfishsound.rb +++ b/Library/Formula/libfishsound.rb @@ -1,8 +1,8 @@ require 'formula' class Libfishsound < Formula - url 'http://downloads.xiph.org/releases/libfishsound/libfishsound-1.0.0.tar.gz' homepage 'http://xiph.org/fishsound/' + url 'http://downloads.xiph.org/releases/libfishsound/libfishsound-1.0.0.tar.gz' sha1 '5263dfaa12dce71e30c5d80f871d92869c6b5ce2' depends_on 'pkg-config' => :build @@ -11,7 +11,8 @@ class Libfishsound < Formula depends_on 'flac' => :optional def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" system "make install" end end -- cgit v1.2.3