Skip to content

Commit

Permalink
Merge pull request #139190 from chenrui333/bump-pylyzer-0.0.40
Browse files Browse the repository at this point in the history
pylyzer 0.0.40
  • Loading branch information
BrewTestBot authored Aug 10, 2023
2 parents 1cf5c7e + ab19581 commit a0a4710
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/pylyzer.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Pylyzer < Formula
desc "Fast static code analyzer & language server for Python"
homepage "https://github.com/mtshiba/pylyzer"
url "https://github.com/mtshiba/pylyzer/archive/refs/tags/v0.0.39.tar.gz"
sha256 "7ecd4d0da55c75ba5366285c15281571eade3b7b58a1cb0dd0f51c6d6a438aad"
url "https://github.com/mtshiba/pylyzer/archive/refs/tags/v0.0.40.tar.gz"
sha256 "647702bf2e3f3cde18d4279dbe6f26287c4f39ee4e5b5365f44400b18b374c11"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "ffb5f8d850b1086f0c1ade2100f1438a9e1faacaad2fa91698d925e882a7f524"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ffb3a97741cbbf910a3188b6c306bc403a9faccc16fa6d67e37a680d8ea26cae"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "33e0acfaeb0aa31f8238b9a33ce23ef23c388496ee1ce0c6fcac7d2952e629b0"
sha256 cellar: :any_skip_relocation, ventura: "5be955e926aa861331537ebc4e5f89676d4d55d3538199159d6bfa479f415e79"
sha256 cellar: :any_skip_relocation, monterey: "4f1e0030c698c69e62e7a3b458d1361b45f22941a8d0ed86f9c89027929b3cf5"
sha256 cellar: :any_skip_relocation, big_sur: "a4fd02bdbd973e6f1678b9252708c6a48b076364dd89c6b2bb463285393a1603"
sha256 cellar: :any_skip_relocation, x86_64_linux: "174875e23f6631f988a68eb3abad3d3f18aff528c9db4d89d3587e0dc87bbec4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "623211eec50364ef3b4309796791329b321ae13ea61b4580a33321cb6511ce31"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e8a9055e38bff18337dd3f3f0853e9edbce2e3449af7b1902db3aa1287045dc6"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "933f15aec0bf2577827de301d5ff4011d04ad7492864603040f33a78809d355b"
sha256 cellar: :any_skip_relocation, ventura: "98722ebfa1aea5dd7716ca2f7e1c0c1fb3e986bef9522008a3d7052c3994d919"
sha256 cellar: :any_skip_relocation, monterey: "95bbd704aa2f69714fdd0f34b6e4ff04e55728371adc5287d40f29521b225678"
sha256 cellar: :any_skip_relocation, big_sur: "1847aa9b6374fa2bd0c616de87ac954cd35f353b2086641f008f25b03d10e48f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5c889c0bff70ccd371fff5fb10bb96ba6d9230fd464cd1ee1f74cc8ccb71c845"
end

depends_on "rust" => :build
Expand Down

0 comments on commit a0a4710

Please sign in to comment.