Skip to content

Commit

Permalink
libusbmuxd 2.0.2-34-g07cd6f774fd4
Browse files Browse the repository at this point in the history
  • Loading branch information
stek29 committed Mar 6, 2024
1 parent cdbcf84 commit 3364649
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions Formula/libusbmuxd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Libusbmuxd < Formula
desc "Library to handle usbmux protocol connections with iOS devices"
homepage "https://github.com/libimobiledevice/libusbmuxd"
url "https://github.com/libimobiledevice/libusbmuxd.git",
revision: "36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a"
version "2.0.2-24-g36ffb7a"
revision: "07cd6f774fd444f981ade6e75e10962ba0439350"
version "2.0.2-34-g07cd6f774fd4"
license "LGPL-2.1-or-later"
head "https://github.com/libimobiledevice/libusbmuxd.git", branch: "master"

Expand All @@ -28,14 +28,17 @@ class Libusbmuxd < Formula

depends_on "libimobiledevice-glue"
depends_on "libusb"
depends_on "stek29/idevice/libplist"
depends_on "libplist"

Check failure on line 31 in Formula/libusbmuxd.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

FormulaAudit/DependencyOrder: dependency "libplist" (line 31) should be put before dependency "libusb" (line 30)

def install
system "./autogen.sh",
"--disable-debug",
"--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
args = %w[

Check failure on line 34 in Formula/libusbmuxd.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Lint/UselessAssignment: Useless assignment to variable - `args`.
--disable-debug
--disable-dependency-tracking
--disable-silent-rules
]

system "./autogen.sh", *std_configure_args

system "make"
system "make", "install"
end
Expand Down

0 comments on commit 3364649

Please sign in to comment.