aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/jack.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/jack.rb b/Library/Formula/jack.rb
index ccf04ab91..044b46b9c 100644
--- a/Library/Formula/jack.rb
+++ b/Library/Formula/jack.rb
@@ -1,15 +1,15 @@
require 'formula'
class Jack < Formula
- url 'http://www.grame.fr/~letz/jack-1.9.6.tar.bz2'
+ url 'http://www.grame.fr/~letz/jack-1.9.7.tar.bz2'
homepage 'http://jackaudio.org'
- md5 'fcd4bdb44f51d71c9e19bc1d0e887902'
+ md5 '9759670feecbd43eeccf1c0f743ec199'
depends_on 'celt'
depends_on 'libsamplerate'
+ # default build assumes ppc+i386, changed to i386+x86_64
def patches
- # default build assumes ppc+i386, changed to i386+x86_64
"https://gist.github.com/raw/636194/jack-1.9.6_homebrew.patch"
end