-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add libtatsu formula #62
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: unilock <[email protected]>
|
# bottle do | ||
# root_url "https://github.com/stek29/homebrew-idevice/releases/download/libirecovery-1.1.0-25-g447ae09" | ||
# sha256 cellar: :any, arm64_sonoma: "3a3b9c1c585ab8fd269768d317559d486c0f0fb34fc94e885f4ee4a55f51f038" | ||
# sha256 cellar: :any, ventura: "839aa7ff745790403e66f3ac5d114480d07d9ae25b4c6bead9bfc8571de9e82c" | ||
# end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this section
url "https://github.com/libimobiledevice/libtatsu.git", | ||
revision: "e3eb2e224781f6522e2cf63c35c2c249747d648d" | ||
version "1.0.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since tagged release version is used, please replace it with a url to a specific version – see fsmon for example
something like this:
url "https://github.com/libimobiledevice/libtatsu/archive/refs/tags/1.0.3.tar.gz"
sha256 "3e039497bb90439dc01ead2b78ccbdf76dfce21b3fdd8f21a1ac584934e33a44"
--disable-silent-rules | ||
] | ||
|
||
system "./autogen.sh", *std_configure_args, *args |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you replace sha
revision with a tagged tarball, replace autogen.sh
with ./configure
too
wow, thank you and sorry for the long wait! I've left some comments, I can fix them up myself and get this merged, if you're ok with that. |
@stek29 Sorry, I've been away from a computer for the past two and a half weeks :p Please do feel free to fix up what you pointed out :) |
idevicerestore
andlibimobiledevice
have a new compile time dependency:libtatsu
.This PR adds a formula for it and adjusts the dependencies of other formulae appropriately.