Skip to content

Commit

Permalink
Merge pull request Homebrew#199614 from botantony/bump-sevenzip-24.09
Browse files Browse the repository at this point in the history
sevenzip 24.09
  • Loading branch information
BrewTestBot authored Dec 1, 2024
2 parents 0070bc4 + d5892e6 commit 988bf9b
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/s/sevenzip.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Sevenzip < Formula
desc "7-Zip is a file archiver with a high compression ratio"
homepage "https://7-zip.org"
url "https://7-zip.org/a/7z2408-src.tar.xz"
version "24.08"
sha256 "aa04aac906a04df59e7301f4c69e9f48808e6c8ecae4eb697703a47bfb0ac042"
url "https://7-zip.org/a/7z2409-src.tar.xz"
version "24.09"
sha256 "49c05169f49572c1128453579af1632a952409ced028259381dac30726b6133a"
license all_of: ["LGPL-2.1-or-later", "BSD-3-Clause"]
head "https://github.com/ip7z/7zip.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "65c7e8d750dda852ba3dd5a115dec5d48f325f0ba4c7a8613d8b419a036b7025"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e4c37bf5f69c3ab0d8fe655309460979fb7d386d8a3ab8a065f3f373d13c3d4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2adc083c39a4d5ea0c9ac51d7b9586a6674d889b477278491624258c090df53b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f7cc362f47157bd92d5dc6a5ec610152f84139415dc33e62dc650edd63e7ddf1"
sha256 cellar: :any_skip_relocation, sonoma: "6876934f5b0b35008adb3ecf9ee4ed5c35836ed79abb2a44d7abbe9608e3c7a5"
sha256 cellar: :any_skip_relocation, ventura: "5f23f76b0f729ce8917906fefdad7ac15d25bf8e8f438b80e11bdd042afbac29"
sha256 cellar: :any_skip_relocation, monterey: "68b37e835438f9c97b66c3e558342a6b0cc9bc8c9bfa419bbe2e68ee4c976a55"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9e409a242b3268db2c404b35524ee7131cc6f750fb9cc6f3b934280ab46454fe"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8af70077a765a3b8932830f8ac0bffe756ab09a01e9c4f1cceaf4b6ff67b73b6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f43517abad06c408e8e4d3b9d49d7984223f3181d44e9c9582ffd1be047fb191"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f2a07519bf07398a2b7a2837561bc672240b7718df55cf94c4d788039942add6"
sha256 cellar: :any_skip_relocation, sonoma: "eae8b36ca70c587255c68afcdb34ebebd616c7be3efd7b40facea0bff43ff826"
sha256 cellar: :any_skip_relocation, ventura: "604cd24f7bd8da0e64d6c35cf4b747544af1e720f30946967da1697b3599c915"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a0cdef8851bfaa08e67e779e854b4c063cbc619e2b4c844baf04e12594545957"
end

def install
Expand Down

0 comments on commit 988bf9b

Please sign in to comment.