aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-10-21 14:18:18 +0100
committerMike McQuaid2014-10-21 14:52:37 +0100
commit718e2562eba2dcd253d3110f32bba8db4fe72d92 (patch)
tree65283a78ded993293cd0210db4e9879243348cf3 /Library
parent5ce42ce22832a8b848ac415c3eeb6e75dc771070 (diff)
downloadhomebrew-718e2562eba2dcd253d3110f32bba8db4fe72d92.tar.bz2
libodbc++: add 0.2.5 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libodbc++.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/libodbc++.rb b/Library/Formula/libodbc++.rb
index 6380dc949..789152c65 100644
--- a/Library/Formula/libodbc++.rb
+++ b/Library/Formula/libodbc++.rb
@@ -5,6 +5,11 @@ class Libodbcxx < Formula
url 'https://downloads.sourceforge.net/project/libodbcxx/libodbc++/0.2.5/libodbc++-0.2.5.tar.gz'
sha1 'e59842266b981caab24a6fae1f7d48b6799420f8'
+ bottle do
+ cellar :any
+ sha1 "2bbe061284cc6a3188e776c8bb9544fad672862e" => :mountain_lion
+ end
+
# Two patches are included:
# The first: Fixes a compilation error on 64bit machines:
# http://sourceforge.net/tracker/?func=detail&aid=3590196&group_id=19075&atid=319075