Skip to content

Commit 43db161

Browse files
authored
Merge pull request #235832 from Homebrew/bump-aespipe-2.4j
aespipe 2.4j
2 parents 529a3ca + 4a7cbb2 commit 43db161

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/a/aespipe.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Aespipe < Formula
22
desc "AES encryption or decryption for pipes"
33
homepage "https://loop-aes.sourceforge.net/"
4-
url "https://loop-aes.sourceforge.net/aespipe/aespipe-v2.4i.tar.bz2"
5-
sha256 "b41c7aaac2542e59d8ff58c1ff9d87b52d4a8c1847b799c8afec91d94517c75e"
4+
url "https://loop-aes.sourceforge.net/aespipe/aespipe-v2.4j.tar.bz2"
5+
sha256 "448fe1e58612c184951645ddd926fc5bdb64fc4f2f828c766c82aa1127e9a3e2"
66
license "GPL-2.0-or-later"
77

88
livecheck do
@@ -12,13 +12,13 @@ class Aespipe < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "86bae4aeca9e193fe463440c99bbe947fc476179522d842fb78e656a803afce0"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "33cf76b4cc0d896ed2e642550fca9d0cead87e57db484d3abaccf242bd598397"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "223a7bb4dfc437072680e60971c420fc35894e3b722945b2c6abb06ca142a8a8"
18-
sha256 cellar: :any_skip_relocation, sonoma: "e3d143adfbdda4223863a2987725c57e57d2a74b6625379b193ec11541667cfb"
19-
sha256 cellar: :any_skip_relocation, ventura: "16ccce0c36c521aa20a54b3aa450219d1afd242a64f710e27dc674448e9dce75"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "9e4fda06f8e7156dd281dbe7de2598d07208021bcf01e59f2437a4005169caef"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3e75357d2a1fb758220a6eceafb99b8800ffce2c08fd96a003bcfc96568d0646"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "30d621d103de66d7f34cb29a9b75022c1074d510880d7e953062569a6411c9d1"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4ca22c2423a32c3060e7a0bff95254c3051fd3a6af36e110620b28d1426bf5c3"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d0e76b53b8dff2ff1f1141f2c8ba3f1f779019d92ffdd3c18be26850cf60176d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "4af99e0b662569c6d8c11affab727184530d174f3837d209661c59c7d11ff008"
19+
sha256 cellar: :any_skip_relocation, ventura: "0839eb2b3920448d08700403bde7c9ce6c7e6f1c01f0082763e1aa0513c00c34"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "0fa15737620b958cfcd6333d49e868b26d72e4cf6f7908b7129bfcb2b5c5c3cb"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b78adabc6a957ed1ff8947cda33e32704dcc0104149a0347fcfd735d7ff91b78"
2222
end
2323

2424
def install

0 commit comments

Comments
 (0)