Skip to content

Commit 3958d76

Browse files
BrewTestBotbotantony
authored andcommitted
martin 1.7.0
1 parent fa6b028 commit 3958d76

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Formula/m/martin.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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/martin-v1.6.0.tar.gz"
5-
sha256 "242000c076906b5b1f82283f91182cb0b2b9a35db6b97c880282c980c43cd3e6"
4+
url "https://github.com/maplibre/martin/archive/refs/tags/martin-v1.7.0.tar.gz"
5+
sha256 "1187f6abe78a0ff43adbcffefc7d5671009537da3c12b26a559b186d88fe512a"
66
license any_of: ["Apache-2.0", "MIT"]
77

88
livecheck do
@@ -20,10 +20,15 @@ class Martin < Formula
2020
end
2121

2222
depends_on "node" => :build
23+
depends_on "pkgconf" => :build
2324
depends_on "rust" => :build
2425

2526
uses_from_macos "sqlite" => :test
2627

28+
on_linux do
29+
depends_on "openssl@4"
30+
end
31+
2732
def install
2833
system "cargo", "install", *std_cargo_args(path: "martin")
2934
system "cargo", "install", *std_cargo_args(path: "mbtiles")

0 commit comments

Comments
 (0)