From 85d446bf663f51e3c895bf52463fbaeea409339e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:10:13 +0000 Subject: [PATCH] s2n 1.5.12 --- Formula/s/s2n.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/s2n.rb b/Formula/s/s2n.rb index 63463a9fc25a8..ab2c006edaffe 100644 --- a/Formula/s/s2n.rb +++ b/Formula/s/s2n.rb @@ -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.5.11.tar.gz" - sha256 "5690f030da35f86e3b5d61d1de150b5b52c84eef383799f7a706bdf21227417e" + url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.5.12.tar.gz" + sha256 "718866ea8276f4d5c78a4b6506561599a4ff5c05b3fccee7ef7ad6198b23e660" license "Apache-2.0" head "https://github.com/aws/s2n-tls.git", branch: "main"