Skip to content

Commit 5540a11

Browse files
committed
s2n 1.5.18
1 parent 3d2d3f3 commit 5540a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/s/s2n.rb

Lines changed: 2 additions & 2 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.17.tar.gz"
5-
sha256 "3ab786720ac23b35bcf6f4354659652e2ec8eb20b1a3989e7be93c3e7985ea5e"
4+
url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.5.18.tar.gz"
5+
sha256 "e4a249843d05d239128772da32f875ad9730f8d0cb5a44e8c6802c5882014f79"
66
license "Apache-2.0"
77
head "https://github.com/aws/s2n-tls.git", branch: "main"
88

0 commit comments

Comments
 (0)