jsonschema: update 4.17.3 bottle.

master
BrewTestBot 2023-01-05 06:04:56 +00:00
parent a8a6649992
commit dacfe66ea7
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 8 additions and 8 deletions

View File

@ -9,14 +9,14 @@ class Jsonschema < Formula
head "https://github.com/python-jsonschema/jsonschema.git", branch: "main"
bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "4c26cd5129a5f40259fbd68a639a8be2716772f101f3b2b221d1bc933f7a7bc5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2bf59f4a37da0c8b58947f074e5667a557a89e83529d7368f9106aa8a44d1817"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "5aaf0cc515401f186bbc5a8dc2ac1c8a1b55f526990140990216b20ce7bcc9ab"
sha256 cellar: :any_skip_relocation, ventura: "69b4ac6fab0ebe23582c0a7ddb2dd3e62c0a26ec2a4e28daf1264a4a9cc821ea"
sha256 cellar: :any_skip_relocation, monterey: "c4e3904eb06d086a33ad63ea8991bf1f884ca5b386370bf7a7d167fd1e508966"
sha256 cellar: :any_skip_relocation, big_sur: "a2c29684ce27332a6ad33ac34d8666bb1ef2242836b70391df176cf0bf93db82"
sha256 cellar: :any_skip_relocation, catalina: "674cd7a0bde6a6b8c36fff283e2d2dd70c1aa9c9a5143d4f5e30a6bfb32667b4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4e02603ac9676ccfd62a9a457e81514df7a3cfceadaf4399e0e176ce2aea1710"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_ventura: "23e4639d5e5067076fb6c92d35a03b1d427dc31d7586d51c6e7c255c55439a1e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "18aac6c452ba522914a5fce4ba6d29aa60b4bf5102cea0c961f20634f70adbc6"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "00ab626e232e11ac3063b31155ec14847a160f7bdf1691b085a0b182ab83a25c"
sha256 cellar: :any_skip_relocation, ventura: "69cfdad96ec414d52f2fcced61d0cefaffe6c09d3b68ee873d9e0773624ea9c1"
sha256 cellar: :any_skip_relocation, monterey: "e6448be32e737ea48641e110086d1ec770ce797bf9f302ab0b4321433b5f939c"
sha256 cellar: :any_skip_relocation, big_sur: "00b202b6f536caccc0400307494ce3cbd528fc78a2f8c0a225e61fe3ba2dba3b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b553a0c90869652654d5c4f779000f244f109d1ec6b7938c5b12db000d054120"
end
depends_on "python@3.11"