Skip to content

Commit

Permalink
Merge pull request #178739 from Homebrew/bump-ipsw-3.1.528
Browse files Browse the repository at this point in the history
ipsw 3.1.528
  • Loading branch information
BrewTestBot authored Jul 28, 2024
2 parents 98c64f8 + 19ac986 commit 6fc877f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/i/ipsw.rb
Original file line number Diff line number Diff line change
@@ -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.527.tar.gz"
sha256 "de451c36286d0fdeb21b0dd048f0bb6d362667f4ad7f8bc05ce25e34ee49d4dc"
url "https://github.com/blacktop/ipsw/archive/refs/tags/v3.1.528.tar.gz"
sha256 "d3fed1900739625b1953f90ebafddc95e75703e5af7a1c8a122285990f7327d3"
license "MIT"
head "https://github.com/blacktop/ipsw.git", branch: "master"

Expand All @@ -12,13 +12,13 @@ class Ipsw < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e874641bc34545333b9e9e447668d25f28480de9f1d56a695198d35cc8df0551"
sha256 cellar: :any_skip_relocation, arm64_ventura: "bdbd45f57e193d04e49544a8e84481e7e267943942fcd2a0aacf3a6442666b5d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "56d8ddab580407fbd1bfccaa2d66cc053c06991978d04690db54f066ce351ca0"
sha256 cellar: :any_skip_relocation, sonoma: "329aaf35d92fabd56d27097854a43615d12d54fe2950038297e3b6485723ef9c"
sha256 cellar: :any_skip_relocation, ventura: "1985901ba0afac52b8b75476ba641f02d746ecd366969c948e2ea8e8d3778b31"
sha256 cellar: :any_skip_relocation, monterey: "4cce54b23767f935efe5540b11ba34e887146ee94047df0be2bfc4a8b5624455"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8bfcc2a9d035cefabc535c27026c590415ed24f0e89fe31d1ecc2ae43ad09e24"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "69152cac8bec76eb8ab23476b1f2230d00abbfe386c50290a5e3d0dafc3ca678"
sha256 cellar: :any_skip_relocation, arm64_ventura: "434215f037b5d88310df36707f3995f827d03e1064df2487ba91ad8c32157fe7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f3457e0a16d0c09eae55a75e1f6403abd88b9a1827ca77092a699244eb5ee12b"
sha256 cellar: :any_skip_relocation, sonoma: "d16a995d6c61df1e3b50a9da370829215865cec27fb5e4b22cdf3dc1d220af06"
sha256 cellar: :any_skip_relocation, ventura: "23da631c1e757882a1432786ac2902fce7a02a86800caa57ff270d8f474840d0"
sha256 cellar: :any_skip_relocation, monterey: "dd4b96e49438e94375a3e3ee998c076cd75fd3cf83acad4c08b4d43b8b381f7d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d33183eb013002fc0c30d6e9610e3897c38d472be919a8d8bec6eb3d622cf820"
end

depends_on "go" => :build
Expand Down

0 comments on commit 6fc877f

Please sign in to comment.