Skip to content

Commit

Permalink
Merge pull request Homebrew#200511 from Homebrew/bump-pmtiles-1.22.3
Browse files Browse the repository at this point in the history
pmtiles 1.22.3
  • Loading branch information
BrewTestBot authored Dec 9, 2024
2 parents c922529 + bf620a2 commit 5318af8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/p/pmtiles.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Pmtiles < Formula
desc "Single-file executable tool for creating, reading and uploading PMTiles archives"
homepage "https://protomaps.com/docs/pmtiles"
url "https://github.com/protomaps/go-pmtiles/archive/refs/tags/v1.22.2.tar.gz"
sha256 "1aaa75c441e53c5a0bd9917ee996e0eb471032c8a217e2c276f6b7a65f987eb9"
url "https://github.com/protomaps/go-pmtiles/archive/refs/tags/v1.22.3.tar.gz"
sha256 "d57fdbcc3117863c30076df68371c08abecfd10de9b336c4eb166723e6d324e5"
license "BSD-3-Clause"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c6572761212178f45b1d6d51c93d1b0a02b4c8044c8d494bfe1f4e2cc114aa2d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6572761212178f45b1d6d51c93d1b0a02b4c8044c8d494bfe1f4e2cc114aa2d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c6572761212178f45b1d6d51c93d1b0a02b4c8044c8d494bfe1f4e2cc114aa2d"
sha256 cellar: :any_skip_relocation, sonoma: "80fc31f9fff0f06ac150afa770f37673c050f9fe0d414dcdf4fbb0159bf0b1e6"
sha256 cellar: :any_skip_relocation, ventura: "80fc31f9fff0f06ac150afa770f37673c050f9fe0d414dcdf4fbb0159bf0b1e6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "210d675c25b450df7cb8dbc0b2d2021e997d7647a9b608575d6e597b75d471a4"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4bf1210d16eb26a5aaa4903e3baa4a537eb73ac26064bd17db1a342dda9328d2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4bf1210d16eb26a5aaa4903e3baa4a537eb73ac26064bd17db1a342dda9328d2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4bf1210d16eb26a5aaa4903e3baa4a537eb73ac26064bd17db1a342dda9328d2"
sha256 cellar: :any_skip_relocation, sonoma: "9f686891b28f526000501c767b835ba5d2e18aa3bd96626c6b93e42261ccce81"
sha256 cellar: :any_skip_relocation, ventura: "9f686891b28f526000501c767b835ba5d2e18aa3bd96626c6b93e42261ccce81"
sha256 cellar: :any_skip_relocation, x86_64_linux: "848987e43218d909c2522241d9960ec6514fd48afba7b90af8b4204075e3a726"
end

depends_on "go" => :build
Expand Down

0 comments on commit 5318af8

Please sign in to comment.