|
1 | 1 | class Libirecovery < Formula
|
2 | 2 | desc "Library and utility to talk to iBoot/iBSS via USB"
|
3 | 3 | homepage "https://www.libimobiledevice.org/"
|
4 |
| - url "https://github.com/libimobiledevice/libirecovery/releases/download/1.1.0/libirecovery-1.1.0.tar.bz2" |
5 |
| - sha256 "ee3b1afbc0cab5309492cfcf3e132c6cc002617a57664ee0120ae918318e25f9" |
| 4 | + url "https://github.com/libimobiledevice/libirecovery/releases/download/1.2.0/libirecovery-1.2.0.tar.bz2" |
| 5 | + sha256 "74448348f8a68b654015fe1952fdc4e0781db20dcf4e1d85ec97d6f91e95eb14" |
6 | 6 | license "LGPL-2.1-only"
|
7 | 7 | head "https://github.com/libimobiledevice/libirecovery.git", branch: "master"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any, arm64_sonoma: "c23a8f97819e0cb7267f87f7a7fba3489bf3ace8e1f5363f54ae71db07a73b22" |
11 |
| - sha256 cellar: :any, arm64_ventura: "c89588a804efa11bf82de5bd11d5738d63ec6478a0df86c97a00b80d861d40a9" |
12 |
| - sha256 cellar: :any, arm64_monterey: "ee2d4d7c10f423211f90980a6f55579248276ebaebbdb9fdb54800d038ac2085" |
13 |
| - sha256 cellar: :any, arm64_big_sur: "902972b9170d7e08d8a70b66eab35d9df76e1df27224cb946c0be1ef82353141" |
14 |
| - sha256 cellar: :any, sonoma: "ee677db3095954a6a8343a70718a090df399087ce9dd5e235a938e30ae5654c7" |
15 |
| - sha256 cellar: :any, ventura: "c881cbc03021cff9b80b52a336b7867fc84f5f8a0c7d708efc0b2d57b2c8d4bc" |
16 |
| - sha256 cellar: :any, monterey: "482af86082c862c07c9cade9141d03316395a92280d30cad03d0c0a8ed6d9d15" |
17 |
| - sha256 cellar: :any, big_sur: "7c106288f535b839fd97da078ef8dbb69274511ea79452f3a707aa4ff0513726" |
18 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "ac0c82fcd09a664942244b49becd387b6d2754d1a39ddd6322471e5e3b2cc00a" |
| 10 | + sha256 cellar: :any, arm64_sonoma: "8e33848346905d014f7196a8ff5a7ec4fd07aa2df634b9d644e70e16d9a6ec82" |
| 11 | + sha256 cellar: :any, arm64_ventura: "baf684cbb170ca1dd6a667b151bee4eb8225e29a0db24f7fc8fa646fafd67b74" |
| 12 | + sha256 cellar: :any, arm64_monterey: "10a72e5bc74f8b6b12146cc27546a708c5b402ee52360358ac3e00e001dced85" |
| 13 | + sha256 cellar: :any, sonoma: "c9a4575f92626ebc8bc6d52fdb169c26eefbafffbeb1dc55252e88bc19c05051" |
| 14 | + sha256 cellar: :any, ventura: "f311a8460344860385ecf64e4022f4bf775e6ebaf9ab9f8d24ca10a22513e4f3" |
| 15 | + sha256 cellar: :any, monterey: "7b846f671bc3566d8cb556e015c29458c093afd5830c30351ac2d44ad45b29eb" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "3c01e6062a8da402b79cc561d6fd4687005b55ce5b4456030e45275accd8eb00" |
19 | 17 | end
|
20 | 18 |
|
21 | 19 | depends_on "autoconf" => :build
|
|
0 commit comments