Skip to content

Commit

Permalink
osrm-backend: use [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 19, 2024
1 parent 9c857b8 commit 9c78323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/o/osrm-backend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class OsrmBackend < Formula
desc "High performance routing engine"
homepage "https://project-osrm.org/"
license "BSD-2-Clause"
revision 6
revision 7
head "https://github.com/Project-OSRM/osrm-backend.git", branch: "master"

# TODO: Remove `conflicts_with "mapnik"` in release that has following commit:
Expand Down Expand Up @@ -40,7 +40,7 @@ class OsrmBackend < Formula

depends_on "cmake" => :build

depends_on "boost"
depends_on "boost@1.85"
depends_on "libstxxl"
depends_on "libxml2"
depends_on "libzip"
Expand Down

0 comments on commit 9c78323

Please sign in to comment.