Skip to content

Commit

Permalink
Merge pull request Homebrew#179758 from Homebrew/bump-solhint-5.0.3
Browse files Browse the repository at this point in the history
solhint 5.0.3
  • Loading branch information
BrewTestBot authored Aug 3, 2024
2 parents e40f4f8 + e958561 commit d4ca8f0
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Formula/s/solhint.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
class Solhint < Formula
desc "Linter for Solidity code"
homepage "https://protofire.github.io/solhint/"
url "https://registry.npmjs.org/solhint/-/solhint-5.0.2.tgz"
sha256 "072a0704218fc9c1c13bf86e3074ab3cc79fa4b8586931ec2acd4f510c53865c"
url "https://registry.npmjs.org/solhint/-/solhint-5.0.3.tgz"
sha256 "dd26c50bb8c53e6869b424107012fcd20e109718fd40e9bbc15c6efa8c5863df"
license "MIT"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "882122bc044a0bf518f9d059ac50307bbc6ad8afc0392bb8086375f8d01b1575"
sha256 cellar: :any_skip_relocation, arm64_ventura: "882122bc044a0bf518f9d059ac50307bbc6ad8afc0392bb8086375f8d01b1575"
sha256 cellar: :any_skip_relocation, arm64_monterey: "882122bc044a0bf518f9d059ac50307bbc6ad8afc0392bb8086375f8d01b1575"
sha256 cellar: :any_skip_relocation, sonoma: "bb2b6f082e264891758f7cbe3ae8b38ac721bc76de86ff2ee4ceec0578f61eb7"
sha256 cellar: :any_skip_relocation, ventura: "bb2b6f082e264891758f7cbe3ae8b38ac721bc76de86ff2ee4ceec0578f61eb7"
sha256 cellar: :any_skip_relocation, monterey: "bb2b6f082e264891758f7cbe3ae8b38ac721bc76de86ff2ee4ceec0578f61eb7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8b56dff559bba772052a1d8928b9834944c6b1e7f1bf72a194420b193ec3f5c6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5bcf8c9119a06cc86fa904103605f918a4f5c53a3ad14452c6d8eae2710223f8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5bcf8c9119a06cc86fa904103605f918a4f5c53a3ad14452c6d8eae2710223f8"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5bcf8c9119a06cc86fa904103605f918a4f5c53a3ad14452c6d8eae2710223f8"
sha256 cellar: :any_skip_relocation, sonoma: "c61c21de99312d1f161f29e0d5fe723ac206cfe0850d0a75b71a04b3d50e67ce"
sha256 cellar: :any_skip_relocation, ventura: "c61c21de99312d1f161f29e0d5fe723ac206cfe0850d0a75b71a04b3d50e67ce"
sha256 cellar: :any_skip_relocation, monterey: "c61c21de99312d1f161f29e0d5fe723ac206cfe0850d0a75b71a04b3d50e67ce"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5bcf8c9119a06cc86fa904103605f918a4f5c53a3ad14452c6d8eae2710223f8"
end

depends_on "node"
Expand Down

0 comments on commit d4ca8f0

Please sign in to comment.