Skip to content

Commit abccef6

Browse files
authored
Merge pull request #230060 from Homebrew/bump-ipsw-3.1.623
ipsw 3.1.623
2 parents 471ed31 + bf67590 commit abccef6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/i/ipsw.rb

Lines changed: 9 additions & 9 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.622.tar.gz"
5-
sha256 "277eb2b3419aa9274877a781891b0f8475d5569e1226dce14eb8dd8209125b36"
4+
url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.623.tar.gz"
5+
sha256 "113c36c58c1575fce39dcc4d51eefe8f6b227a87ee80bcdaf3d4abdfaa21d294"
66
license "MIT"
77
head "https://github.com/blacktop/ipsw.git", branch: "master"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "05bbc5d6ef63276007f4b09971e93541f1a6ac944af0f1782f3b795dc2578442"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b88387b735f8bb636781504754e08c129aa18be96846dc7938fd158d41645ef"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f2a9e6272a371df013ecdf6d48b0c9a2b3d6af5fdd92f629270518e3ed8de4b2"
18-
sha256 cellar: :any_skip_relocation, sonoma: "2f81aa5eea17eb4eda758ac99881f7506c046921943b7c3655e03a057189e6b6"
19-
sha256 cellar: :any_skip_relocation, ventura: "9ae7e617285a75d2b6b2de6723a91db3c784ba1650359d6215170d7a1bd598a1"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "0b181f968df6fd6598f25cb6d85b9d981e63f471dbbe5de115f48e69bcc65bf4"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1d09ea2a1d34bb9aa34b492b8659ffcf789f89a7248c4b2cb15cbdd36b6eaae1"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5443a870f6eb75602db9fa625171d5903ec69d560ab52d16b4f144d3148ef0f6"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a0c0bd8f4661aea75c578f2d0350df6f70db0f4f78c4a7638e5c924bc8fef31"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "abfd619d4193eba8c762cd0b818babf38404b035a9ac7f65fb3017505c4105d5"
18+
sha256 cellar: :any_skip_relocation, sonoma: "711e3f27e21684015307cb9e93749142e406ff45084b4ea9eab55d362dc7f628"
19+
sha256 cellar: :any_skip_relocation, ventura: "03cedbe0d0a404caf1779207460cfc2433c3a74aff22b5d1b905b6787765324d"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "084b4c70a057343bbcb3af37c88f01313b3579300bdf8374af40d18fa3cd0bc4"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4dc84c8103cfc8fc69a4c39bf7825556bf5171f73600babf8a252f49adf78aee"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)