|
1 | 1 | class Martin < Formula |
2 | 2 | desc "Blazing fast tile server, tile generation, and mbtiles tooling" |
3 | 3 | 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" |
6 | 6 | license any_of: ["Apache-2.0", "MIT"] |
7 | 7 |
|
8 | 8 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" => :build |
|
0 commit comments