aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libvorbis.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-02-22 14:49:28 +0000
committerMike McQuaid2014-02-22 15:17:16 +0000
commitcf92f08abf8286b2ff8fdd6fe1445d468cd37614 (patch)
tree2acc759aae0377c92b72804f142eb217a5d07959 /Library/Formula/libvorbis.rb
parent1bba8451007d4207ee4d24eeb3042c9dab7e9d85 (diff)
downloadhomebrew-cf92f08abf8286b2ff8fdd6fe1445d468cd37614.tar.bz2
libvorbis: add bottle.
Diffstat (limited to 'Library/Formula/libvorbis.rb')
-rw-r--r--Library/Formula/libvorbis.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libvorbis.rb b/Library/Formula/libvorbis.rb
index 6aa2f541b..4ba621d8f 100644
--- a/Library/Formula/libvorbis.rb
+++ b/Library/Formula/libvorbis.rb
@@ -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'