aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 22:00:25 +0100
committerMike McQuaid2014-07-03 22:33:34 +0100
commit1a748d4ad265c0b1b07df22b7a70d76a7aae28d6 (patch)
tree41f94f4fdfa4a8d4803f387ae89be7f5aba975ad
parent225a1ca0c64c4647747c00e075875a2774ec59b9 (diff)
downloadhomebrew-1a748d4ad265c0b1b07df22b7a70d76a7aae28d6.tar.bz2
libpqxx: add 4.0.1 bottle.
-rw-r--r--Library/Formula/libpqxx.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libpqxx.rb b/Library/Formula/libpqxx.rb
index f63df818f..2051002d9 100644
--- a/Library/Formula/libpqxx.rb
+++ b/Library/Formula/libpqxx.rb
@@ -5,6 +5,13 @@ class Libpqxx < Formula
url 'http://pqxx.org/download/software/libpqxx/libpqxx-4.0.1.tar.gz'
sha1 '4748835bd1a90fb34e6e577788006a416c2acb60'
+ bottle do
+ cellar :any
+ sha1 "5d81bd92d2249273b5a5eb05d25f24dd4f50c63c" => :mavericks
+ sha1 "b113518319dc1ea6de5b450c55b8faa87daa36cb" => :mountain_lion
+ sha1 "7123ca135b7a02e0618ab36ce982aef00f5fc73d" => :lion
+ end
+
depends_on 'pkg-config' => :build
depends_on :postgresql