aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKashif Rasul2013-12-01 21:52:45 +0100
committerJack Nagel2013-12-01 16:18:51 -0600
commit6759e37ed0cd8dc7d6a1a112d7b2a70e1165abc4 (patch)
tree9c67673ae27126c1918699d567669cd1086309cc /Library
parentd46a06353ffbe0e51eb42858483d09351806f060 (diff)
downloadhomebrew-6759e37ed0cd8dc7d6a1a112d7b2a70e1165abc4.tar.bz2
osm2pgsql 0.84.0
Closes #24850. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-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