diff options
| author | Brett Koonce | 2012-11-12 15:01:59 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-12 13:23:42 -0800 |
| commit | 57f75dd524672678566b16799edf04ea9cbbab21 (patch) | |
| tree | 170feb6ae55cdf52b0cba24a2ee303130641c8ed | |
| parent | 7a2f57abec6de4dc3da653f8ec0ad5c216e516b6 (diff) | |
| download | homebrew-57f75dd524672678566b16799edf04ea9cbbab21.tar.bz2 | |
libmp3splt 0.7.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/libmp3splt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libmp3splt.rb b/Library/Formula/libmp3splt.rb index 16cd333d7..cc66da865 100644 --- a/Library/Formula/libmp3splt.rb +++ b/Library/Formula/libmp3splt.rb @@ -2,8 +2,8 @@ require 'formula' class Libmp3splt < Formula homepage 'http://mp3splt.sourceforge.net' - url 'http://downloads.sourceforge.net/project/mp3splt/libmp3splt/0.7.2/libmp3splt-0.7.2.tar.gz' - sha1 'b70df9c57aef88d7831a939871b231789f922157' + url 'http://downloads.sourceforge.net/project/mp3splt/libmp3splt/0.7.3/libmp3splt-0.7.3.tar.gz' + sha1 '3c26d1f64c8bd525938aa7f12a41817107ed3ded' # Linking fails on 10.6 (and lower?) without a duplicate libtool; see #10350 depends_on 'libtool' => :build |
