aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2014-10-31 17:36:42 -0700
committerBrett Koonce2014-11-01 20:56:11 -0700
commitf8c335f5855565ab902066f089d2b2c2ef3daeb6 (patch)
tree29ed997a6906a92c1d25f65393eabd0f02e6f495
parentf58435974be6b47f0bc9044f736dc51ed550f07c (diff)
downloadhomebrew-f8c335f5855565ab902066f089d2b2c2ef3daeb6.tar.bz2
osm2pgsql 0.86.0
-rw-r--r--Library/Formula/osm2pgsql.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/osm2pgsql.rb b/Library/Formula/osm2pgsql.rb
index 0db467a38..c070c487a 100644
--- a/Library/Formula/osm2pgsql.rb
+++ b/Library/Formula/osm2pgsql.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class Osm2pgsql < Formula
- homepage 'http://wiki.openstreetmap.org/wiki/Osm2pgsql'
- url 'https://github.com/openstreetmap/osm2pgsql/archive/0.84.0.tar.gz'
- sha1 '42145c39596580680f120a07a4f30f97a86a3698'
+ homepage "http://wiki.openstreetmap.org/wiki/Osm2pgsql"
+ url "https://github.com/openstreetmap/osm2pgsql/archive/0.86.0.tar.gz"
+ sha1 "243c0db886634b90563217afdc897ad49ab9a238"
bottle do
cellar :any
@@ -33,6 +33,6 @@ class Osm2pgsql < Formula
system "./configure", *args
system "make"
bin.install "osm2pgsql"
- (share+'osm2pgsql').install 'default.style'
+ (share+"osm2pgsql").install "default.style"
end
end