diff --git a/Formula/i/ipsw.rb b/Formula/i/ipsw.rb index 850c8372e5b0..819575570a33 100644 --- a/Formula/i/ipsw.rb +++ b/Formula/i/ipsw.rb @@ -1,8 +1,8 @@ class Ipsw < Formula desc "Research tool for iOS & macOS devices" homepage "https://blacktop.github.io/ipsw" - url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.551.tar.gz" - sha256 "756fc0b50eec3ee8a008919f43163f4f905fb4cafc3f068f7bb01018b04b4f55" + url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.552.tar.gz" + sha256 "473142a61a097017cb4d86078b4d47dba518b8ae3da93e7fae52c2e536300b97" license "MIT" head "https://github.com/blacktop/ipsw.git", branch: "master" @@ -12,12 +12,12 @@ class Ipsw < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "74f8e07dca9792a837e60b16a70faf5d3d01420710b9dd6ef71f100fb3f02e37" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b8f52575fa56155002867be59f1c01bbabf7e9ec0c04b44811c870c25fdac3e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "18dcb606bbd0ecfaebba92293edf3722310535a6bd0acbc3fd869ec8d1c2b9ae" - sha256 cellar: :any_skip_relocation, sonoma: "3eb89721da71c569bf9d29361c388ae0d0b585c7287779604d44a24d73bd5ea1" - sha256 cellar: :any_skip_relocation, ventura: "686fc318c075992262386661319ca913b421d7310bdebb5919add1d7cb62811a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ad43d13aeeed6cf76e9403bd81cf4060ddfc1c4ac8e160e1633110ae561b48dc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "98a84125353b806050012540482595458398d0ac13dfb84937ebf31a0adfe7b4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd25ebfee77183c1fe83e517647c67bd93012aa4972d4383ab79c2d726323ed7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1c6de1623dcff7f33f003f91111a638f1cf2ed0c30c8d4e2ba0e9be2ee50e80c" + sha256 cellar: :any_skip_relocation, sonoma: "4c9532fba9a35ed7c755568551b02beec64724cd0717b80b1eb04f3e70792416" + sha256 cellar: :any_skip_relocation, ventura: "fd6f3b44a3bc30c9b2a81ef63860184678566197b7c790ba0b36adf595136511" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f1c8e1cae888b99fb036f2436b44902579e1a5aca64efbccde2e36535d217d94" end depends_on "go" => :build