diff options
| author | Adam Vandenberg | 2012-02-09 23:00:55 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-09 23:08:04 -0800 |
| commit | a19ba5d665f93838fece6997f2c6a08459932d7f (patch) | |
| tree | 45622a687c0c24239af35791f25be8e8565ff13f | |
| parent | 48f22547bbf40770a32c5f274753ef7c31ef2000 (diff) | |
| download | homebrew-a19ba5d665f93838fece6997f2c6a08459932d7f.tar.bz2 | |
rt-audio: style update
| -rw-r--r-- | Library/Formula/rt-audio.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rt-audio.rb b/Library/Formula/rt-audio.rb index f70a16e5a..8e1deb08f 100644 --- a/Library/Formula/rt-audio.rb +++ b/Library/Formula/rt-audio.rb @@ -1,14 +1,14 @@ require 'formula' class RtAudio < Formula - url 'http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.7.tar.gz' homepage 'http://www.music.mcgill.ca/~gary/rtaudio/' + url 'http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.7.tar.gz' md5 '5d1292abccffa37505d9c4cc177b1e4f' def install system "./configure" system "make" lib.install "librtaudio.a" - include.install ["RtAudio.h", "RtError.h"] + include.install "RtAudio.h", "RtError.h" end end |
