aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libagg.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 18:36:37 +0100
committerMike McQuaid2014-07-03 22:33:22 +0100
commitff5d9fa6edc7b7ca6cbe68a43be19f1e124043c1 (patch)
tree6c4b8c38dec180a1c44ff85dca1dcde0c9d0692c /Library/Formula/libagg.rb
parent0cdbfe90e80fc00f92ed586e0d5bbdc3482ea8e3 (diff)
downloadhomebrew-ff5d9fa6edc7b7ca6cbe68a43be19f1e124043c1.tar.bz2
libagg: add 2.5 bottle.
Diffstat (limited to 'Library/Formula/libagg.rb')
-rw-r--r--Library/Formula/libagg.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libagg.rb b/Library/Formula/libagg.rb
index 7696d951a..2cfbf3a5f 100644
--- a/Library/Formula/libagg.rb
+++ b/Library/Formula/libagg.rb
@@ -5,6 +5,13 @@ class Libagg < Formula
url 'http://www.antigrain.com/agg-2.5.tar.gz'
sha1 '08f23da64da40b90184a0414369f450115cdb328'
+ bottle do
+ cellar :any
+ sha1 "c85445429e2d8f5cd2556d6f1c30f7d89f18d4eb" => :mavericks
+ sha1 "168473561701e7c1ea61860a721299426a10987a" => :mountain_lion
+ sha1 "c322bf9c83bed61979ceedb8bafcb50057fe07f3" => :lion
+ end
+
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build