From 25cfb6c54a115447f0d0eb596ece0187dce44433 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Dec 2024 21:43:43 +0000 Subject: [PATCH] gsan: add 5.0.0 bottle. --- Formula/g/gsan.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/g/gsan.rb b/Formula/g/gsan.rb index 7da0b438dc75e..3db81aa71f84b 100644 --- a/Formula/g/gsan.rb +++ b/Formula/g/gsan.rb @@ -7,6 +7,10 @@ class Gsan < Formula sha256 "2418a6897b0eb1c6eb44c3521ccc5c69a811071f864b8001fd9699a4d2f4c9e3" license "MIT" + bottle do + sha256 cellar: :any_skip_relocation, all: "b5f3b8889010acbfe378e95593bfc2757db482894a47bbfb1dd6d76c1cd8be8f" + end + depends_on "cryptography" depends_on "python@3.13"