Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove libimobiledevice-glue, bump dependencies #59

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions Formula/libimobiledevice-glue.rb

This file was deleted.

5 changes: 3 additions & 2 deletions Formula/libimobiledevice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Libimobiledevice < Formula
revision: "73b6fd183872096f20e6d1007429546a317a7cb1"
version "1.3.0-210-g73b6fd1"
license "LGPL-2.1-or-later"
revision 1
head "https://github.com/libimobiledevice/libimobiledevice.git", branch: "master"

livecheck do
Expand All @@ -24,10 +25,10 @@ class Libimobiledevice < Formula
depends_on "libtool" => :build
depends_on "pkg-config" => :build

depends_on "libimobiledevice-glue"
depends_on "libplist"
depends_on "libtasn1"
depends_on "[email protected]"
depends_on "stek29/idevice/libimobiledevice-glue"
depends_on "openssl@3"
depends_on "stek29/idevice/libusbmuxd"

def install
Expand Down
3 changes: 2 additions & 1 deletion Formula/libusbmuxd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Libusbmuxd < Formula
revision: "07cd6f774fd444f981ade6e75e10962ba0439350"
version "2.0.2-34-g07cd6f7"
license "LGPL-2.1-or-later"
revision 1
head "https://github.com/libimobiledevice/libusbmuxd.git", branch: "master"

livecheck do
Expand All @@ -24,9 +25,9 @@ class Libusbmuxd < Formula
depends_on "libtool" => :build
depends_on "pkg-config" => :build

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

def install
args = %w[
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Homebrew tap with various \*OS related tools
- [ldid2]( https://github.com/xerub/ldid )
- [libfragmentzip]( https://github.com/tihmstar/libfragmentzip )
- [libideviceactivation]( https://www.libimobiledevice.org/ )
- [libimobiledevice-glue]( https://github.com/libimobiledevice/libimobiledevice-glue )
- [libimobiledevice]( https://github.com/libimobiledevice/libimobiledevice )
- [libinsn]( https://github.com/tihmstar/libinsn )
- [libipatcher]( https://github.com/Cryptiiiic/libipatcher ) - Cryptiiiic's fork
Expand Down
Loading