From eb666510676f36dbafab0156dab246c6d38a4c89 Mon Sep 17 00:00:00 2001 From: harens <12570877+harens@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:46:08 +0100 Subject: [PATCH] beartype: update 0.18.2 bottle. --- Formula/beartype.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/beartype.rb b/Formula/beartype.rb index a72ddec..868377e 100644 --- a/Formula/beartype.rb +++ b/Formula/beartype.rb @@ -10,10 +10,10 @@ class Beartype < Formula head "https://github.com/beartype/beartype.git", branch: "main" bottle do - root_url "https://github.com/beartype/homebrew-beartype/releases/download/beartype-0.18.0" - sha256 cellar: :any_skip_relocation, ventura: "eda1e84717dcb00b7f0670779af57a734ebb4c3fbe0ea2fad1f13ee44d60b2cd" - sha256 cellar: :any_skip_relocation, monterey: "017077af37297503cf15b4633c840be4141ec2c4f2c66a0eb2bf9e55938a519e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2b3cd8b8a5599e57d8f21189390a2e54c2ca70c51222f1ee9ddfb01230cb19ec" + root_url "https://github.com/beartype/homebrew-beartype/releases/download/beartype-0.18.2" + sha256 cellar: :any_skip_relocation, ventura: "96c1d39169e41705a6556607cf9ec1497c5ca30e5e9e7f4bf3f7cd82d3641efc" + sha256 cellar: :any_skip_relocation, monterey: "3eca38f9ec49a8f21ca84ed1b20fc293aa4e2f4bbd5f87764e6c7e694a5d76a7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6d7c02e09da7070bd83a2a39b26360be9b6f1dbfa37de1ddcf4aaf63e85185af" end depends_on "python@3.11"