Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pmtiles 1.23.1 #203314

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.23.0.tar.gz"
sha256 "87cb1db2be4429bc0d5f4bb5de3301a00a3fd9034299b253d5825cb66cd63fb7"
url "https://github.com/protomaps/go-pmtiles/archive/refs/tags/v1.23.1.tar.gz"
sha256 "fe4a63efe6cf8b3dbd36cb5e3afa57f518fa80f9b30629dbaffce8e8bd2b6015"
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: "6c5a39e65f0b7e8bd6debdad90c4864d271e040267a0f3b817dcba9f4b46c1d1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c5a39e65f0b7e8bd6debdad90c4864d271e040267a0f3b817dcba9f4b46c1d1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6c5a39e65f0b7e8bd6debdad90c4864d271e040267a0f3b817dcba9f4b46c1d1"
sha256 cellar: :any_skip_relocation, sonoma: "4c66ef7e4f6fe6d2d911432ba493482820fa1f404271be25c84ed2dd598cca56"
sha256 cellar: :any_skip_relocation, ventura: "4c66ef7e4f6fe6d2d911432ba493482820fa1f404271be25c84ed2dd598cca56"
sha256 cellar: :any_skip_relocation, x86_64_linux: "280d4164a8b17569bedaa810da45747a23754ac11ceb81a9097c90a7c1dde091"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "35d93ad49765762fa5faae6015c8790a70112cbaa7249f544f695d9fa1093328"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "35d93ad49765762fa5faae6015c8790a70112cbaa7249f544f695d9fa1093328"
sha256 cellar: :any_skip_relocation, arm64_ventura: "35d93ad49765762fa5faae6015c8790a70112cbaa7249f544f695d9fa1093328"
sha256 cellar: :any_skip_relocation, sonoma: "6a7a88facca73560f3082b38ba18e971e19fc962826ceaecc3e9470f0dd43015"
sha256 cellar: :any_skip_relocation, ventura: "6a7a88facca73560f3082b38ba18e971e19fc962826ceaecc3e9470f0dd43015"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0d73bc1b024c48b7c047929886afdaad48dbdfff3773c12178ffd485e24eb214"
end

depends_on "go" => :build
Expand Down
Loading