Skip to content

Commit 3e7bd02

Browse files
authored
Merge pull request #217360 from Homebrew/bump-pmtiles-1.27.1
pmtiles 1.27.1
2 parents 71ddd14 + 4b81c2f commit 3e7bd02

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pmtiles.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Pmtiles < Formula
22
desc "Single-file executable tool for creating, reading and uploading PMTiles archives"
33
homepage "https://protomaps.com/docs/pmtiles"
4-
url "https://github.com/protomaps/go-pmtiles/archive/refs/tags/v1.27.0.tar.gz"
5-
sha256 "87d26dde4f32d2a58692e2b5f197ec21e643be24bf1f73faa7b8982e23e84d31"
4+
url "https://github.com/protomaps/go-pmtiles/archive/refs/tags/v1.27.1.tar.gz"
5+
sha256 "07908947ffa5ebe37af8140f4938ad1842f6d61dbccd612b357811013d7be7b1"
66
license "BSD-3-Clause"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Pmtiles < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dfd508968ee8017ddb922758f326559eec61fb818fe1fa4b0de0a85de6350c54"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dfd508968ee8017ddb922758f326559eec61fb818fe1fa4b0de0a85de6350c54"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "dfd508968ee8017ddb922758f326559eec61fb818fe1fa4b0de0a85de6350c54"
17-
sha256 cellar: :any_skip_relocation, sonoma: "ee914945fbc2927c6484c26f52f8bb23799a97c4234aa1c0bdc8b2a158eeceef"
18-
sha256 cellar: :any_skip_relocation, ventura: "ee914945fbc2927c6484c26f52f8bb23799a97c4234aa1c0bdc8b2a158eeceef"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fb4b9d221469c5c1fcf742de23a069be3ac2622334599f05ec816444490bb804"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "50d3ce3a7117151710050acb75811e1a2ac62855e2b945759abfd119d816931f"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "50d3ce3a7117151710050acb75811e1a2ac62855e2b945759abfd119d816931f"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "50d3ce3a7117151710050acb75811e1a2ac62855e2b945759abfd119d816931f"
17+
sha256 cellar: :any_skip_relocation, sonoma: "1e0c0d2e33c7298829760458135200145dcb396129768fbfe7c6309dea401651"
18+
sha256 cellar: :any_skip_relocation, ventura: "1e0c0d2e33c7298829760458135200145dcb396129768fbfe7c6309dea401651"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "716d85f14670b2c638b2ed82d5e2575525f7af45d0e035eba6738f9a0b3ec06b"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)