Skip to content

Commit

Permalink
Merge pull request #198684 from Homebrew/bump-rustls-ffi-0.14.1
Browse files Browse the repository at this point in the history
rustls-ffi 0.14.1
  • Loading branch information
BrewTestBot authored Nov 22, 2024
2 parents 3c269f6 + 956bd3d commit 20d94d8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/r/rustls-ffi.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class RustlsFfi < Formula
desc "FFI bindings for the rustls TLS library"
homepage "https://github.com/rustls/rustls-ffi"
url "https://github.com/rustls/rustls-ffi/archive/refs/tags/v0.14.0.tar.gz"
sha256 "cfdee5c1fe65de6293ecb3bd69bedce227fe502adfa4ce152617e25f1543c565"
url "https://github.com/rustls/rustls-ffi/archive/refs/tags/v0.14.1.tar.gz"
sha256 "bd369104ae660660017ce2775af510e004f55a0146de3e8a8caf06d7de1025ee"
license any_of: ["Apache-2.0", "MIT", "ISC"]
head "https://github.com/rustls/rustls-ffi.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sequoia: "531c2456bfe61e46f1bf2647eff851866c69b34b8f1fcd8db2eb439ca6c09737"
sha256 cellar: :any, arm64_sonoma: "d0a77beae50b1fca1e44056307cbab2b4757eedf644e74a9512afb05b1dc37ec"
sha256 cellar: :any, arm64_ventura: "f0818a23467caa26a92d2fe0a0fc853751603775b8b423eccde81079244cdd53"
sha256 cellar: :any, sonoma: "627cb32f6c2de479e56318479c963158d5ad7ac7c5d2d42082af75d0a0f1440c"
sha256 cellar: :any, ventura: "178341670cc268d0f2b2e3b5ec3c0fee6ab46638f56ab4d4be0c9cd1b79eaaf3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "690cd883130d8dc53a7bac47af9baf6514025d10cacc0a9e218e61728ca35bda"
sha256 cellar: :any, arm64_sequoia: "47b397e147645e17b03e2d5d46ec4203195c80335b5fcb38ef3cb6c473b0531b"
sha256 cellar: :any, arm64_sonoma: "b14ae74961926585391ec44c5c8fda9de20f7f8c8cfd92646259316e937bd84b"
sha256 cellar: :any, arm64_ventura: "707bfa4e9bd625917be6e35dd5ce92bb067d008eb9e8ff3ae97035563977b802"
sha256 cellar: :any, sonoma: "b7260d7c806ab52955d4e5b2ed79e4b5c924fbf4bf2c9be81d6ad8ad5c73259f"
sha256 cellar: :any, ventura: "8aa5a2fb20ee177bd085c509135dcf2662586ec168978a126db438258bff4e5c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0221208b4eaece7cb8862f89382177bb7875ab05aaefba4d99259723b5e378a6"
end

depends_on "cargo-c" => :build
Expand Down

0 comments on commit 20d94d8

Please sign in to comment.