libvorbis: add bottle.
This commit is contained in:
parent
2b02f15140
commit
d357bba7f2
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Libvorbis < Formula
|
|||
url 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.4.tar.xz'
|
||||
sha1 'b99724acdf3577982b3146b9430d765995ecf9e1'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "5888cafaeb4bb6001a24ceab46d993f104b0adc3" => :mavericks
|
||||
sha1 "72fe81e0d9b761954c059e6a5bdd73379eecc33e" => :mountain_lion
|
||||
sha1 "49865744038d60add35f19e123a43c3cce6b30f8" => :lion
|
||||
end
|
||||
|
||||
head do
|
||||
url 'http://svn.xiph.org/trunk/vorbis'
|
||||
|
||||
|
|
Loading…
Reference in a new issue