Skip to content

Commit

Permalink
jsonschema: update 4.1.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Oct 11, 2021
1 parent b0069bc commit cc3f206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/jsonschema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
Expand Down

0 comments on commit cc3f206

Please sign in to comment.