Skip to content

Commit 8fc1413

Browse files
authored
Merge pull request #203768 from Homebrew/bump-ipsw-3.1.562
ipsw 3.1.562
2 parents 8ac623a + 7a3d51f commit 8fc1413

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/i/ipsw.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Ipsw < Formula
22
desc "Research tool for iOS & macOS devices"
33
homepage "https://blacktop.github.io/ipsw"
4-
url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.561.tar.gz"
5-
sha256 "90de70df43a0432b58f964416f44273f384e1ab92cb9a5b86e50171634ea6534"
4+
url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.562.tar.gz"
5+
sha256 "eb7067cb9949840650cb62c77b822122f6ae92d5775242941f7625d111e436b8"
66
license "MIT"
77
head "https://github.com/blacktop/ipsw.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Ipsw < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "35a1fc12e91cad407b2f6dc885348435a3e54bd39bcbe7fb30262277c29a362b"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "702fbf68680926ca427b87234a9a5cf7d5f0f44b4933b79ab2d1d9e26c486f01"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8d2a65cac0b47801477eb72fd92a9f30c35dc977911fa3587e349ba13a2b2583"
18-
sha256 cellar: :any_skip_relocation, sonoma: "9f69b13ecec444fe3d58a56e151f0de403ce89280c3c40c870997353458c2c97"
19-
sha256 cellar: :any_skip_relocation, ventura: "e82974a7e39756aed32a76db44841b472fc073bc4cef5e1902973f4df8a50f62"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5744cc09a5467c618b91a78a34b79274ee7c77f5cf672e92151a9a340a49a169"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3937624091bcd8ffb2b95fff5fd64dd21069dad0bd83ee5a5a3c9f51ab9dc2b4"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f89ca357f44e0851b5cfbddb78665ca08058c01f395ccdcd4ab13971ea1b241"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "f690fc508fd3d77e3045e217123192c8023f8ec1104b2553a9344178093f6934"
18+
sha256 cellar: :any_skip_relocation, sonoma: "6a1a190b3e0bfe29c71950bd617e4c6847245e3b561e4cc7e44cf867f4ab8589"
19+
sha256 cellar: :any_skip_relocation, ventura: "a6e142a93b564d60ddedcdaf388a04c257461e4acdd6ef3343131dc9421df586"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "22a904c004392135c6120a02ce45405f5c2e37a6bf23f9a68943e2c8adbf1231"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)