Skip to content

Commit ceb0890

Browse files
authored
Merge pull request #229324 from Homebrew/bump-s2n-1.5.22
s2n 1.5.22
2 parents 3b08c07 + d375eda commit ceb0890

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/s2n.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class S2n < Formula
22
desc "Implementation of the TLS/SSL protocols"
33
homepage "https://github.com/aws/s2n-tls"
4-
url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.5.21.tar.gz"
5-
sha256 "203d69d6f557f6ab303438ad186fca13fd2c60581b2cca6348a9fbee10d79995"
4+
url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.5.22.tar.gz"
5+
sha256 "6903a819d43c1e5457e04ae34f895db97ff3d7bbb7d278fef16bd642178a941e"
66
license "Apache-2.0"
77
head "https://github.com/aws/s2n-tls.git", branch: "main"
88

@@ -12,13 +12,13 @@ class S2n < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "aefe24e1979d2eb094a88996e2f4c9afc7700d889bd0558899477ae65f9408f5"
16-
sha256 cellar: :any, arm64_sonoma: "9bb1b6fc9fe04daba96797fcaf768efe7baa50ffd992a79168e374bd89cfbcb3"
17-
sha256 cellar: :any, arm64_ventura: "1da4759ddcd8111716a7360976bce1d3b5024c45adc83157d1d8fc6ee11fbe73"
18-
sha256 cellar: :any, sonoma: "eb39ecfe934d9c76eb142d9d4fb1cc7d711afe0554f4ede816bb5f6cc785b905"
19-
sha256 cellar: :any, ventura: "9ee954b6e395b2c265970b6bfd263e2341284ff8870b16aec11bd5685380ebaf"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "8b8ac1d3604601d1f841f86f9e94eef74f36aba8a9396ee9511709b9269908a3"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4fb95c1acaff9d12204a7aba4f983ab3724ef7c4f92090fda56affac021df24e"
15+
sha256 cellar: :any, arm64_sequoia: "1f9ef62b86a4508b9c90453fc5741e648d0d52cd7f01feded8a885f3a1bf6d60"
16+
sha256 cellar: :any, arm64_sonoma: "786a417b33bcf97f00457c780ee4fd125d19bdc4cf0b00103d7d8e845926ee21"
17+
sha256 cellar: :any, arm64_ventura: "8996a91ddba17487fb1ee9d857d1571cdef202696a0e8619b85197c5802ccd3c"
18+
sha256 cellar: :any, sonoma: "03d3aa463367584f30899b918b63f692a26a3d342acfcb06512fb6268d0bdbe7"
19+
sha256 cellar: :any, ventura: "1a5d82f91b99526b4407b746e202cf7b0aed6dc64c33e9d1cc609b332e2a3d0d"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "8f32de598d657b1fca9cf1a325f9a12cb94d1f41a0a33e8d2cca9efd18863485"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c415e815cee0ea69da9b0ae81684b705a4ead5aa274210331e06f7611118551a"
2222
end
2323

2424
depends_on "cmake" => :build

0 commit comments

Comments
 (0)