File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ class Libtatsu < Formula
66 license "LGPL-2.1-or-later"
77 head "https://github.com/libimobiledevice/libtatsu.git" , branch : "master"
88
9+ bottle do
10+ sha256 cellar : :any , arm64_sequoia : "3490caa14c81cdffce28d50ce34880ab9b95a193a26906bf035492e3c37a3b2d"
11+ sha256 cellar : :any , arm64_sonoma : "870c73a45691c13d672235e9a3ed53d0a9d76a7f1b9aafda775b541c1735c3d1"
12+ sha256 cellar : :any , arm64_ventura : "4a33d3d2692d953e3bd1c0a8561011152ab9dcb5d029f0bbc33315233337fe52"
13+ sha256 cellar : :any , sonoma : "fafd0d67b5ccd44ee5c33fd4ba38f063029a89582a21e5a88104f00638bc620f"
14+ sha256 cellar : :any , ventura : "70223395b5fb5525f701e78c40b9b5b4c9f897fec98bee2dff4af63612440da4"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "dd96d83e2a85b4c479893f9493d0ffb9d7f66d357216d08adb6a4a158f72a582"
16+ end
17+
918 depends_on "autoconf" => :build
1019 depends_on "automake" => :build
1120 depends_on "libtool" => :build
You can’t perform that action at this time.
0 commit comments