From a4faf66c88dc509843e1c9333d8067e80bb7b9c8 Mon Sep 17 00:00:00 2001 From: Haren S Date: Tue, 7 May 2024 18:54:03 +0000 Subject: [PATCH] beartype 0.18.5 Closes #36. Signed-off-by: harens <12570877+harens@users.noreply.github.com> --- Formula/beartype.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/beartype.rb b/Formula/beartype.rb index 868377e..6bea6ac 100644 --- a/Formula/beartype.rb +++ b/Formula/beartype.rb @@ -3,8 +3,8 @@ class Beartype < Formula desc "Unbearably fast O(1) runtime type-checking in pure Python" homepage "https://github.com/beartype/beartype" - url "https://files.pythonhosted.org/packages/f2/c8/59fc7d7429b8849aaa69d25dfac94da3cc8afcba6658f64e8cc17fe023ca/beartype-0.18.2.tar.gz" - sha256 "a6fbc0be9269889312388bfec6a9ddf41bf8fe31b68bcf9c8239db35cd38f411" + url "https://files.pythonhosted.org/packages/96/15/4e623478a9628ad4cee2391f19aba0b16c1dd6fedcb2a399f0928097b597/beartype-0.18.5.tar.gz" + sha256 "264ddc2f1da9ec94ff639141fbe33d22e12a9f75aa863b83b7046ffff1381927" license "MIT" # Default branch is "main" not "master" (unbearably modern) head "https://github.com/beartype/beartype.git", branch: "main"