aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/osm2pgsql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/osm2pgsql.rb')
-rw-r--r--Library/Formula/osm2pgsql.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/osm2pgsql.rb b/Library/Formula/osm2pgsql.rb
index d9a2f8c3d..b1e59e88c 100644
--- a/Library/Formula/osm2pgsql.rb
+++ b/Library/Formula/osm2pgsql.rb
@@ -2,8 +2,8 @@ require 'formula'
class Osm2pgsql < Formula
homepage 'http://wiki.openstreetmap.org/wiki/Osm2pgsql'
- url 'https://github.com/openstreetmap/osm2pgsql/archive/v0.82.0.zip'
- sha1 '9c0141faad6b93ccd0aa5fd554c6d1fd1af28532'
+ url 'https://github.com/openstreetmap/osm2pgsql/archive/0.84.0.tar.gz'
+ sha1 '42145c39596580680f120a07a4f30f97a86a3698'
depends_on :postgresql
depends_on :autoconf