aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-06-05 03:01:26 +0100
committerMike McQuaid2014-06-05 10:25:18 +0100
commitdbbe91e3e3b3a77c5cfbb8160f4cca6e011863d7 (patch)
treec369d165e754531170804cb57a64624562bed1a1 /Library/Formula
parent9307762333c9e3eddbdd714c31dbcbcbed429065 (diff)
downloadhomebrew-dbbe91e3e3b3a77c5cfbb8160f4cca6e011863d7.tar.bz2
vorbis-tools: add 1.4.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vorbis-tools.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/vorbis-tools.rb b/Library/Formula/vorbis-tools.rb
index 621933947..108a8f4cc 100644
--- a/Library/Formula/vorbis-tools.rb
+++ b/Library/Formula/vorbis-tools.rb
@@ -5,6 +5,12 @@ class VorbisTools < Formula
url 'http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz'
sha1 'fc6a820bdb5ad6fcac074721fab5c3f96eaf6562'
+ bottle do
+ sha1 "9d71b311da8692a1b58f8cf2d3e84229ea2d645e" => :mavericks
+ sha1 "6b81af99edec3ca22a5c5c6a2956ca36d6fe00a4" => :mountain_lion
+ sha1 "6ada37aaab0e6a9ab6388910ce80f9ac36fc0b04" => :lion
+ end
+
depends_on 'pkg-config' => :build
depends_on 'libogg'
depends_on 'libvorbis'