Skip to content

Commit

Permalink
libimobiledevice: Add HEAD dependency for libtatsu
Browse files Browse the repository at this point in the history
  • Loading branch information
hammer065 committed Sep 20, 2024
1 parent 80f6f6e commit 9e18983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/lib/libimobiledevice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ class Libimobiledevice < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "c418aa763659463002269201586cd356c69e6a233b2040ced02a352498b362d8"
end

# libimobiledevice-glue is required for building future versions
# libimobiledevice-glue and libtatsu are required for building future versions
# Move outside of HEAD clause when there's a new release.
head do
url "https://github.com/libimobiledevice/libimobiledevice.git", branch: "master"
depends_on "libimobiledevice-glue"
depends_on "libtatsu"
end

depends_on "autoconf" => :build
Expand Down

0 comments on commit 9e18983

Please sign in to comment.