Skip to content
Merged

s2n 1.6.4 #261509

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/s/s2n.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class S2n < Formula
desc "Implementation of the TLS/SSL protocols"
homepage "https://github.com/aws/s2n-tls"
url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.6.3.tar.gz"
sha256 "84f52b3c841a110931442022d05b53b00353e64b03128dd24006438935e1cc32"
url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.6.4.tar.gz"
sha256 "6874dcd366b32650bb00d3e94c4435b698bc47cadcba35d67e0d58cdbea6fbf5"
license "Apache-2.0"
head "https://github.com/aws/s2n-tls.git", branch: "main"

Expand Down
Loading