Skip to content

Commit

Permalink
Merge pull request Homebrew#198540 from Homebrew/bump-tippecanoe-2.70.1
Browse files Browse the repository at this point in the history
tippecanoe 2.70.1
  • Loading branch information
BrewTestBot authored Nov 21, 2024
2 parents d208676 + 76cadbe commit e0e3391
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/tippecanoe.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Tippecanoe < Formula
desc "Build vector tilesets from collections of GeoJSON features"
homepage "https://github.com/felt/tippecanoe"
url "https://github.com/felt/tippecanoe/archive/refs/tags/2.70.0.tar.gz"
sha256 "a7b34d1f736e6542b08b2a56f0375fb07adbd5cfe0ef273978d1d5272e2ce170"
url "https://github.com/felt/tippecanoe/archive/refs/tags/2.70.1.tar.gz"
sha256 "c4fe2ecf6bdd31371f1572fd42ec9c2d23da2701e5fbfe5986bb2f4644992a57"
license "BSD-2-Clause"

livecheck do
Expand All @@ -11,12 +11,12 @@ class Tippecanoe < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cdc6c3f1f8b359bc1a5966e4b0591dd88531f0fa0cae4847acb907dd6fbd44a9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec78f2ed16a1433263e3a312e3ed877050b100ec846db1d2f07acc22975a8942"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9751056dc45762d3a3ab928cbc810521be2759a584f72d6518210bc7dad227ee"
sha256 cellar: :any_skip_relocation, sonoma: "79e6437c22e1bca5cbe2cbf7ce87fc9dbecc1bee3b0327817ef294f32076bdef"
sha256 cellar: :any_skip_relocation, ventura: "ab21f37cbe5ff8f38da9492ca1d9d35c8d1bcb266b7096a48a25b8db09419a25"
sha256 cellar: :any_skip_relocation, x86_64_linux: "721f88449ac37d55599d2c786aa9580b65e0108e2e70f47c301ed25502d5f174"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d4c02c0b0f3f011650f3f49c0cb04281743aa139b1c6acd3da37218dcc316d5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c318e2076a062c752f521fb7019e7aeb376c2d315f282dc38a8fdfbc968f5ac2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a4c201d5e742df1a98119e0ee12fc8502dcb5b1af5e7eae20333a19d168944f6"
sha256 cellar: :any_skip_relocation, sonoma: "289c638c8976962f90ee80458878da13118bba9f6fdbf4f0ad6c379910794569"
sha256 cellar: :any_skip_relocation, ventura: "229cac9741691e1a22e16bba1078555e6efb8f86afadf52006e8cf31432db61b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "db78842a89c6b623476eacb49dca75742321733fff83b55051772006eb07a5a4"
end

uses_from_macos "sqlite"
Expand Down

0 comments on commit e0e3391

Please sign in to comment.