Skip to content

Commit b7047ba

Browse files
authored
Merge pull request Homebrew#236554 from Homebrew/bump-afflib-3.7.22
afflib 3.7.22
2 parents 29b7927 + 3d788e8 commit b7047ba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/a/afflib.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
class Afflib < Formula
22
desc "Advanced Forensic Format"
33
homepage "https://github.com/sshock/AFFLIBv3"
4-
url "https://github.com/sshock/AFFLIBv3/archive/refs/tags/v3.7.21.tar.gz"
5-
sha256 "047fce790d69c234dde1d23ad9e1f0cf868ac51b2ad9a76560d01e80f2f1c452"
4+
url "https://github.com/sshock/AFFLIBv3/archive/refs/tags/v3.7.22.tar.gz"
5+
sha256 "67481fc520ff927bf61aea0bf2d660feb73e24cc329335bebb064f8f12115dcb"
66
license all_of: [
77
"BSD-4-Clause", # AFFLIB 2.0a14 and before
88
:public_domain, # contributions after 2.0a14
99
]
1010

1111
bottle do
12-
sha256 cellar: :any, arm64_sequoia: "415198525cd476abc0821e74c603ed01181276a3dd535ab18040cbe069195581"
13-
sha256 cellar: :any, arm64_sonoma: "5f03dcc0b3c684a789bf81d700e7ddfe0a14093915c2872634424b55652a1389"
14-
sha256 cellar: :any, arm64_ventura: "6e8bbe1340c8f6b0c0b4e171ce27e0bb58fc7dd4c582dd55ca22cc78f5738599"
15-
sha256 cellar: :any, sonoma: "dd9226742b7b0c22ec05712fe074202a59af8d6734062ae86080843c8bfa71d1"
16-
sha256 cellar: :any, ventura: "79daeac53f022c937b8f637b1be92b5b710b9aad7d2072225bacd85516229df9"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "11e7390f80f0cec23e526eebc6347ec8632dd5c1e0fd7e209c0db7cc330e8acb"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7fad4c5a290b821683ac96da984b2dd64a3c7b09277e58d8a6cf571825069d8c"
12+
sha256 cellar: :any, arm64_sequoia: "b421ba045fb02e767029266042a2ef5cb78d727e51aa7d4778f740702c1799dc"
13+
sha256 cellar: :any, arm64_sonoma: "ab72e2df66d54b60282c0cd72622d0b87a040c28cc57364066bc2983cf4f535c"
14+
sha256 cellar: :any, arm64_ventura: "a1c49c3b08d528875759b515107b347e349ffc11da766c6e5f582c5bf84bee46"
15+
sha256 cellar: :any, sonoma: "81a1a9e643a0ea333a235e64a02afda8c2a3a9cbc15cdd9ce267c5751812623c"
16+
sha256 cellar: :any, ventura: "14cfff06d69dc7b89260cf2522d8b084894f0584b68470ba5754130a642f48e4"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "87c55f7acca8cf3a536c46fef31a35f3fad0b8238dfe73dae42a0c2c243d03c0"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "30c8666fe681513980e6e8633483f84bd03cdb9203ffb13a0d2f3eb68596c954"
1919
end
2020

2121
depends_on "autoconf" => :build

0 commit comments

Comments
 (0)