Skip to content

Commit

Permalink
[maplibre-map-renderer] Add bottle for sequoia x86
Browse files Browse the repository at this point in the history
  • Loading branch information
cantunca committed Nov 14, 2024
1 parent cd51cdf commit d716051
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/maplibre-map-renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ class MaplibreMapRenderer < Formula
license "MIT"
head "https://github.com/pointrlabs/maplibre-gl-native.git", branch: "develop"

bottle do
root_url "https://github.com/pointrlabs/maplibre-gl-native/releases/download/maplibre-map-renderer-1.1"
sha256 cellar: :any_skip_relocation, sequoia: "06dfe7da2bf32e2ee235fff57faec83faecc10b1e1dac8388ab854d96a3443c3"
end

depends_on "cmake" => :build
depends_on "ninja" => :build
uses_from_macos "curl"
Expand Down

0 comments on commit d716051

Please sign in to comment.