diff --git a/Formula/s/s2n.rb b/Formula/s/s2n.rb index 485abb3370efb..2fe386ab31a06 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.4.9.tar.gz" - sha256 "08b1318beaf92d933c65ae63d16a584d5d6be85b8324bff6718d71cc6ca79862" + url "https://github.com/aws/s2n-tls/archive/refs/tags/v1.4.10.tar.gz" + sha256 "6381d01183fd37be465c48bf85a86d36f1ee1b0b648753a6411474e4efe4109d" license "Apache-2.0" head "https://github.com/aws/s2n-tls.git", branch: "main" @@ -12,13 +12,13 @@ class S2n < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "0b89cc14f2531c0b85807da3e20f3824ed3cc35b0b7d1a9abef17ffc5bf50a12" - sha256 cellar: :any, arm64_ventura: "5b227eaa062a2d824ea44bb4dcd01c71d0a26006fb368af4a9b5b381b6e3af41" - sha256 cellar: :any, arm64_monterey: "7dcd9c9321156d9b75d10a7b9ccb4a52c2ac8397d949e94bd8e17073344fb561" - sha256 cellar: :any, sonoma: "0b8c1d4be3e744fe3a6184522b189f1b107e57233a568331e49dc6e4a1e778c6" - sha256 cellar: :any, ventura: "c2227e57c401f9e8f052d16b75907c4f64770bc41f0058b227a7b28b35fd4a24" - sha256 cellar: :any, monterey: "d388fc7ca21e1b49d2f8866147a11b3d0dcd10104fcb10c027dc79e37e3b968e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b25215c78b36bdd607bf24a0a9a0a0f324e066edbe3c6ea1ed2a157172d0f8b6" + sha256 cellar: :any, arm64_sonoma: "f1d3751c48b3a4fdf44fb04423cd88a7238d119fe666e7fd03ffcfda0611f67c" + sha256 cellar: :any, arm64_ventura: "9780ef0b252b580c516404d3e3e7d785d2da43966c6384c86e7be3d8b6dcc746" + sha256 cellar: :any, arm64_monterey: "2e23642072bfedbe8702a4342e5ba5b2951cc41bc14c73308e65419d1490330b" + sha256 cellar: :any, sonoma: "a43668555427a907124567ec8244e9a2cc5698c66f3d677113eabeedc06209d5" + sha256 cellar: :any, ventura: "686e9391764497f20c2e68b60fd4f8462c1132de76da03e6e9192a48362a8859" + sha256 cellar: :any, monterey: "09bf8cca22de3204a4bb3c9c8c548cfbcd220ffef3023c62d32aecce80095bc7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "27ba32ccc5a0affbcffc701762685ccba0b09b77aefab592e3fe281e4367805b" end depends_on "cmake" => :build