diff options
| author | BrewTestBot | 2014-06-04 14:25:19 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-04 15:19:22 +0100 |
| commit | 867fbf54083661db0393f1fff5eb9d8b632b195e (patch) | |
| tree | c13be2e047d4f7aea848444b04b0b3303a4a0a85 | |
| parent | 6ec8c913848030e22952fd3c288fc92ab6535ab1 (diff) | |
| download | homebrew-867fbf54083661db0393f1fff5eb9d8b632b195e.tar.bz2 | |
osm2pgsql: add 0.84.0 bottle.
Closes #29862.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/osm2pgsql.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/osm2pgsql.rb b/Library/Formula/osm2pgsql.rb index d7b6636d0..0db467a38 100644 --- a/Library/Formula/osm2pgsql.rb +++ b/Library/Formula/osm2pgsql.rb @@ -5,6 +5,13 @@ class Osm2pgsql < Formula url 'https://github.com/openstreetmap/osm2pgsql/archive/0.84.0.tar.gz' sha1 '42145c39596580680f120a07a4f30f97a86a3698' + bottle do + cellar :any + sha1 "dc345c1a9879184ad88a193e9a6ebfcf65f3750a" => :mavericks + sha1 "b4ecf55fdc125fccb7d994004b46938e8636fbcf" => :mountain_lion + sha1 "e0dd38b56230cfdad09abda16594fe978352b515" => :lion + end + depends_on :postgresql depends_on "autoconf" => :build depends_on "automake" => :build |
