aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fischer2015-01-29 14:54:54 -0800
committerMike McQuaid2015-01-30 08:55:16 +0000
commit61e70ed84998bff3b921658e3d4f1649430d6bb7 (patch)
treeea27dad02efc3218a9686938642bb071e7b96ff5
parent1d203a4caf6f92c3e2fce331d22f66b170a81324 (diff)
downloadhomebrew-61e70ed84998bff3b921658e3d4f1649430d6bb7.tar.bz2
tippecanoe 1.1.0
Upgrade tippecanoe to version 1.1.0 Closes #36367. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/tippecanoe.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/tippecanoe.rb b/Library/Formula/tippecanoe.rb
index 6b9310e53..3d63eb362 100644
--- a/Library/Formula/tippecanoe.rb
+++ b/Library/Formula/tippecanoe.rb
@@ -2,8 +2,8 @@ require "formula"
class Tippecanoe < Formula
homepage "https://github.com/mapbox/tippecanoe"
- url "https://github.com/mapbox/tippecanoe/archive/v1.0.2.tar.gz"
- sha1 "c7804c835a212a04573b94cc084bbae41e23d928"
+ url "https://github.com/mapbox/tippecanoe/archive/v1.1.0.tar.gz"
+ sha1 "5b50dc19c1e56ea4051dee5e790dd5cd328df005"
bottle do
cellar :any
@@ -26,6 +26,6 @@ class Tippecanoe < Formula
EOS
output = `#{bin}/tippecanoe -o test.mbtiles #{path}`.strip
assert_equal 0, $?.exitstatus
- assert_equal "bbox: 80000000 80000000 80000000 80000000\nusing layer name test", output
+ assert_equal "using layer name test", output
end
end