From f8c335f5855565ab902066f089d2b2c2ef3daeb6 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Fri, 31 Oct 2014 17:36:42 -0700 Subject: osm2pgsql 0.86.0 --- Library/Formula/osm2pgsql.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Formula/osm2pgsql.rb') 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 -- cgit v1.2.3