aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2013-03-29 11:10:34 -0500
committerAdam Vandenberg2013-03-29 09:19:41 -0700
commitc1fa7713b51cf437990257e5c257dedeff0d0b37 (patch)
treeeaf4d247f5a2820bcb4c81e7e3bf0310ce1eeb5c /Library/Formula
parentc2116d7184aa4b9784f794461ce1b156e31087d2 (diff)
downloadhomebrew-c1fa7713b51cf437990257e5c257dedeff0d0b37.tar.bz2
audiofile 0.3.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/audiofile.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/audiofile.rb b/Library/Formula/audiofile.rb
index fd546b9a7..46e82b115 100644
--- a/Library/Formula/audiofile.rb
+++ b/Library/Formula/audiofile.rb
@@ -2,8 +2,8 @@ require 'formula'
class Audiofile < Formula
homepage 'http://www.68k.org/~michael/audiofile/'
- url 'https://github.com/downloads/mpruett/audiofile/audiofile-0.3.4.tar.gz'
- sha1 'e6f664b0d551df35ce0c10e38e5617bcd4605335'
+ url 'http://audiofile.68k.org/audiofile-0.3.6.tar.gz'
+ sha1 '3aba3ef724b1b5f88cfc20ab9f8ce098e6c35a0e'
option 'with-lcov', 'Enable Code Coverage support using lcov'
option 'with-check', 'Run the test suite during install ~30sec'