Skip to content

Commit 1009f38

Browse files
committed
s2n 1.5.20
1 parent 0ab31c1 commit 1009f38

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.19.tar.gz"
5-
sha256 "cb67993d43b39f583ea864d29b028bc258cc0866704f45eedc7ca064e48987ac"
4+
url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.5.20.tar.gz"
5+
sha256 "1d05303ba8383f62273c51b50147391c23375e918d525b7c827f7aeb69e6b102"
66
license "Apache-2.0"
77
head "https://github.com/aws/s2n-tls.git", branch: "main"
88

0 commit comments

Comments
 (0)