aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-11-14 23:34:47 +0000
committerJack Nagel2014-11-14 17:36:14 -0600
commitd4edf7cfd39af25134c1a7f51fc7169c0d098181 (patch)
tree574f8e5e462ffa5fe4be7e396353c512b6bffed8
parenta6732598770faee1883ef8872dab3b5869dfb15b (diff)
downloadhomebrew-d4edf7cfd39af25134c1a7f51fc7169c0d098181.tar.bz2
evas: add 1.7.10 bottle.
-rw-r--r--Library/Formula/evas.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/evas.rb b/Library/Formula/evas.rb
index a0805b04e..666c8340c 100644
--- a/Library/Formula/evas.rb
+++ b/Library/Formula/evas.rb
@@ -5,6 +5,12 @@ class Evas < Formula
url "http://download.enlightenment.org/releases/evas-1.7.10.tar.gz"
sha1 "ad1002eded75ea0e90d80b3b6813b3278d9f4228"
+ bottle do
+ sha1 "2d46e4ae7cbd297b1937c6a0776cc0008f6c35f6" => :yosemite
+ sha1 "f13c2631054365b846063b1cf760aae5116afae8" => :mavericks
+ sha1 "2609ecbe2a0be5843674f59606d15ce1ee097699" => :mountain_lion
+ end
+
option "with-docs", "Install development libraries/headers and HTML docs"
depends_on "pkg-config" => :build