aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/rt-audio.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/rt-audio.rb b/Library/Formula/rt-audio.rb
index 28351b4e9..7e9a9dc85 100644
--- a/Library/Formula/rt-audio.rb
+++ b/Library/Formula/rt-audio.rb
@@ -2,10 +2,11 @@ require 'formula'
class RtAudio < Formula
homepage 'http://www.music.mcgill.ca/~gary/rtaudio/'
- url 'http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.7.tar.gz'
- sha1 '56c647cc664dd021df1a6fa30fe96c04100c2b75'
+ url 'http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.12.tar.gz'
+ sha1 'a9a4783183e47f07cff0c62d3882ee95b4eefc4d'
def install
+ ENV.j1 # makefile isn't parallel-safe
system "./configure"
system "make"
lib.install "librtaudio.a"