Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 19, 2024
1 parent 9c78323 commit a8b23fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/u/uhd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Uhd < Formula
url "https://github.com/EttusResearch/uhd/archive/refs/tags/v4.7.0.0.tar.gz"
sha256 "afe56842587ce72d6a57535a2b15c061905f0a039abcc9d79f0106f072a00d10"
license all_of: ["GPL-3.0-or-later", "LGPL-3.0-or-later", "MIT", "BSD-3-Clause", "Apache-2.0"]
revision 1
revision 2
head "https://github.com/EttusResearch/uhd.git", branch: "master"

livecheck do
Expand All @@ -27,7 +27,7 @@ class Uhd < Formula
depends_on "cmake" => :build
depends_on "doxygen" => :build
depends_on "pkg-config" => :build
depends_on "boost"
depends_on "boost@1.85"
depends_on "libusb"
depends_on "[email protected]"

Expand Down

0 comments on commit a8b23fb

Please sign in to comment.