diff options
| author | Misty De Meo | 2012-09-05 11:50:34 -0500 |
|---|---|---|
| committer | Misty De Meo | 2012-09-05 11:51:18 -0500 |
| commit | 8d9183921291f0f91d30431cad28f8f7455a46f5 (patch) | |
| tree | 31c2e392e54bb824834e40cadadc99475001b088 | |
| parent | f3004e578bec9396e1c06ac0e6dcf210a9f53647 (diff) | |
| download | homebrew-8d9183921291f0f91d30431cad28f8f7455a46f5.tar.bz2 | |
media-info 0.7.60
| -rw-r--r-- | Library/Formula/media-info.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/media-info.rb b/Library/Formula/media-info.rb index 0afde9a60..9a19125d3 100644 --- a/Library/Formula/media-info.rb +++ b/Library/Formula/media-info.rb @@ -2,9 +2,9 @@ require 'formula' class MediaInfo < Formula homepage 'http://mediainfo.sourceforge.net' - url 'http://downloads.sourceforge.net/mediainfo/MediaInfo_CLI_0.7.59_GNU_FromSource.tar.bz2' - version '0.7.59' - sha1 'ac7fde6e4d8ae5f127675e74c005cd7b5ddc9b6a' + url 'http://downloads.sourceforge.net/mediainfo/MediaInfo_CLI_0.7.60_GNU_FromSource.tar.bz2' + version '0.7.60' + sha1 '07d996efcd76fbfcc0787aa2940f5c4971c4537a' depends_on 'pkg-config' => :build |
