We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Homebrew
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
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
A recent change to libimobiledevice bumped the constraint on libusbmuxd to >= version 1.1.0. The current usbmuxd homebrew package is version 1.0.10.
libimobiledevice
libusbmuxd
1.1.0
usbmuxd
1.0.10
As a result, homebrew --HEAD installs of libimobiledevice no longer build without a --HEAD install of usbmuxd.
--HEAD
Is it possible to release usbmuxd 1.1.0 as stable?
The text was updated successfully, but these errors were encountered:
@FunkyM @nikias
Sorry, something went wrong.
Homebrew only allows requests for updates/software in the form of pull requests. https://docs.brew.sh/How-To-Open-a-Homebrew-Pull-Request this documentation will help you implement a version bump.
No branches or pull requests
A recent change to
libimobiledevice
bumped the constraint onlibusbmuxd
to >= version1.1.0
. The currentusbmuxd
homebrew package is version1.0.10
.As a result, homebrew
--HEAD
installs oflibimobiledevice
no longer build without a--HEAD
install ofusbmuxd
.Is it possible to release
usbmuxd
1.1.0
as stable?The text was updated successfully, but these errors were encountered: