pmd 5.6.1
Closes #13050. Signed-off-by: Alexander Hamann <neutric@users.noreply.github.com>
This commit is contained in:
parent
bd23f213b8
commit
57b1a69a74
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Pmd < Formula
|
||||
desc "Source code analyzer for Java, JavaScript, and more"
|
||||
homepage "https://pmd.github.io"
|
||||
url "https://github.com/pmd/pmd/releases/download/pmd_releases/5.6.0/pmd-src-5.6.0.zip"
|
||||
sha256 "d93abae063ed99889dc4cc38adfe86bb216160e1e4281bcf0b278e13c527f2ad"
|
||||
url "https://github.com/pmd/pmd/releases/download/pmd_releases/5.6.1/pmd-src-5.6.1.zip"
|
||||
sha256 "7c1e17ad78abb0d97c621965c44b7ef6a8e1330165bf16700df11b1cd64e0349"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue