Skip to content

Commit 0752d6e

Browse files
authored
Merge pull request Homebrew#218720 from Homebrew/bump-martin-0.16.0
martin 0.16.0
2 parents 56cc38a + 391fd9c commit 0752d6e

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,6 +2203,7 @@ marked
22032203
marksman
22042204
marmite
22052205
marp-cli
2206+
martin
22062207
massdriver
22072208
massren
22082209
mat2

Formula/m/martin.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Martin < Formula
22
desc "Blazing fast tile server, tile generation, and mbtiles tooling"
33
homepage "https://martin.maplibre.org"
4-
url "https://github.com/maplibre/martin/archive/refs/tags/v0.15.0.tar.gz"
5-
sha256 "1308d9f0d83f3b645875380aa784949ff9b56847a60384751e656291e60111f5"
4+
url "https://github.com/maplibre/martin/archive/refs/tags/v0.16.0.tar.gz"
5+
sha256 "45ba255464607583f71d692989d54ca557c7595a900ed0600c02d1695489e507"
66
license any_of: ["Apache-2.0", "MIT"]
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aa78b7697adbf2c7cad5f1cd2cb7dfa070fb241c950ef61fe2e947f293154429"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "29e5b6b7ef944ef3a02ef7882a4b52aa053f5ed91fe3a9a106e16f227372d8ba"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "7944e7a446b7400d4e9b22c2b2fb3a44442b15b8355e7ae5dd7b715cd68abc20"
12-
sha256 cellar: :any_skip_relocation, sonoma: "4bc131c8c10971a4b96a7ccab010755887e76c1de2ce70e4b4f76867efa4117f"
13-
sha256 cellar: :any_skip_relocation, ventura: "f1f8a0f1024a24c0fc41c625da2cfb12848ab1bb0edb758e88abf1c3a55b8366"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "661fde197ce79e995d0e6c785573079bbd74d166a4bc4b01e6e065e1c03f27b9"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3ca011be64c545a210d401aef700a3181f06fe34ce280d0cd5aa70f895f8703d"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bdf8a4dbd81d1e71ddb760ec3abad683cf7ac6b80bca2e89e112c485bb3f04a3"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "952a48e9ffb9018bb8b705b59c353352fcf8ae66685ee129159a96e96ef4ba89"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5f12ed21d38f2015f688ec434c119be73a30887d48c5b2b293a765ed8a39c8f8"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b317b6efad68b7e530854b586907ddc2a8cba57e23e4706a1a19acf730ac28ef"
13+
sha256 cellar: :any_skip_relocation, ventura: "f76bf5cadbfbaf80150402e3b61a5a91ff7651de783fb018d706322125c59d21"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "97113c097cd49add4114998a89ec8feb1cfb97c57585c81d7506b98ee5b64da8"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "65d54137e39a352ac5722e2bfc671af4c1af017fe07b45b4874103d4ea208193"
1616
end
1717

1818
depends_on "node" => :build

0 commit comments

Comments
 (0)