From cc3f206cf2f26f98d11ce7bcd1b2c3d61af22553 Mon Sep 17 00:00:00 2001 From: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Date: Mon, 11 Oct 2021 08:39:28 +0000 Subject: [PATCH] jsonschema: update 4.1.0 bottle. --- Formula/jsonschema.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/jsonschema.rb b/Formula/jsonschema.rb index f66ed24..0dcd5ef 100644 --- a/Formula/jsonschema.rb +++ b/Formula/jsonschema.rb @@ -8,9 +8,9 @@ class Jsonschema < Formula head "https://github.com/Julian/jsonschema.git" bottle do - root_url "https://github.com/SMillerDev/homebrew-tap/releases/download/jsonschema-4.0.1" - sha256 cellar: :any_skip_relocation, catalina: "5417b52622fceedfea81b289309056efdc5eab18ca9df49c56dbad2b082e1e2a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1a692110f130f0253bd197652f273560557d82eec5d25eb8b528967ab256dd61" + root_url "https://github.com/SMillerDev/homebrew-tap/releases/download/jsonschema-4.1.0" + sha256 cellar: :any_skip_relocation, catalina: "d4bd25eb96832b0d4c07e8fa1a341a24ee30398e6766afa29375127851383786" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cdb5ac9f7129125788d19bb2b797c4fc8da3a215b5aa71dfe2a73ec7a3f3880a" end depends_on "python@3.9"