Skip to content

Commit aa95535

Browse files
authored
Merge pull request #208566 from Homebrew/bump-s2n-1.5.13
s2n 1.5.13
2 parents 4e7e169 + e576c3c commit aa95535

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/s2n.rb

+8-8
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.12.tar.gz"
5-
sha256 "718866ea8276f4d5c78a4b6506561599a4ff5c05b3fccee7ef7ad6198b23e660"
4+
url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.5.13.tar.gz"
5+
sha256 "ea4b0ea3585be97bb31ced70ba6190f29ddefec32d102e47b2906d402ec4b8df"
66
license "Apache-2.0"
77
head "https://github.com/aws/s2n-tls.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "3b6b3cdc527a1fdad8badf89c7eb91024944fbb408a4dab1158322943848a503"
16-
sha256 cellar: :any, arm64_sonoma: "77e72cc4c0e1a4f2cba4e3292a5db6707d7c031dff62ef7bc27e5edd2bd46a27"
17-
sha256 cellar: :any, arm64_ventura: "3460435b3f2020bf3fd3ed15118ba826db074e81c92450ecc639150a8748cdbc"
18-
sha256 cellar: :any, sonoma: "8f8b3cfb14bb0174e922e4156f9d90ff93e08624c20a998eaae129483d601e0f"
19-
sha256 cellar: :any, ventura: "949368569184b6a3c945d0664213d2106f97780bffdb63249fd7fca0813e976b"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e9c73c0635f650da305081219d63060f4f7441f4a0c0b20fea0529fcfd92e578"
15+
sha256 cellar: :any, arm64_sequoia: "19c6cddeb1676763fe39a5aee347c0d460ee730ca46e30ef6f10dfe95b890e39"
16+
sha256 cellar: :any, arm64_sonoma: "892eae40e5cb9ac43d17f6b374a207308e3f36ceabc87e534f8e958cc50889af"
17+
sha256 cellar: :any, arm64_ventura: "1406af7df72b06c90807661b922c829cbad33ec3286fe7f880fc4e3088c9957f"
18+
sha256 cellar: :any, sonoma: "60bd3e4143db09a54e063148a1bc0f458c9f513c2c0ca8a0ba2ea50375ab81d1"
19+
sha256 cellar: :any, ventura: "72bb3edf8d5f80262a55cb3403a4cfcdc578aa1866e7d01fa4a69caad498536d"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "83ab251f6c729d0fefeae2ce6c1407fb8254543ca003a15623752d5bb9901696"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)