We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c66392 commit c6ef561Copy full SHA for c6ef561
Formula/s/s2n.rb
@@ -1,8 +1,8 @@
1
class S2n < Formula
2
desc "Implementation of the TLS/SSL protocols"
3
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"
+ url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.5.22.tar.gz"
+ sha256 "6903a819d43c1e5457e04ae34f895db97ff3d7bbb7d278fef16bd642178a941e"
6
license "Apache-2.0"
7
head "https://github.com/aws/s2n-tls.git", branch: "main"
8
0 commit comments