diff options
| author | Tuncer Ayaz | 2010-04-01 19:17:45 +0200 | 
|---|---|---|
| committer | David Höppner | 2010-04-01 19:52:33 +0200 | 
| commit | 155da223a3bc7dc23c812ab140efc1ee01bbc9cd (patch) | |
| tree | a38a68a34d70c24d0f86c659e34c7e7be834495b /Library/Formula | |
| parent | 2f405291c046ccf419dcca9e1b2eb88cf9284815 (diff) | |
| download | homebrew-155da223a3bc7dc23c812ab140efc1ee01bbc9cd.tar.bz2 | |
Updated formula: libvorbis-1.3.1
Signed-off-by: Tuncer Ayaz <tuncer.ayaz@gmail.com>
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libvorbis.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libvorbis.rb b/Library/Formula/libvorbis.rb index 18523885f..87fc49985 100644 --- a/Library/Formula/libvorbis.rb +++ b/Library/Formula/libvorbis.rb @@ -1,8 +1,8 @@  require 'formula'  class Libvorbis <Formula -  url 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.3.tar.bz2' -  md5 '67beb237faf97d74782ec7071756b2b6' +  url 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.1.tar.bz2' +  md5 '90b1eb86e6d57694ffdfc2e4d8c7a64e'    homepage 'http://vorbis.com'    depends_on 'libogg'  | 
