osm2pgsql: add 0.84.0 bottle.
Closes Homebrew/homebrew#29862. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
03ba9fa531
commit
bb5affb609
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue