diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/osm-pbf.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/osm-pbf.rb b/Library/Formula/osm-pbf.rb index fcb4f490a..91b7960f4 100644 --- a/Library/Formula/osm-pbf.rb +++ b/Library/Formula/osm-pbf.rb @@ -2,8 +2,8 @@ require 'formula' class OsmPbf < Formula homepage 'http://wiki.openstreetmap.org/wiki/PBF_Format' - url 'https://github.com/scrosby/OSM-binary/archive/v1.3.1.tar.gz' - sha1 '4713e693dee3da42178764c8cb9b08188eb47a0d' + url 'https://github.com/scrosby/OSM-binary/archive/v1.3.3.tar.gz' + sha1 '639e3eecc00041e6326b69da6c200fabe7ad2895' depends_on 'protobuf' |
