Skip to content

Commit

Permalink
pmd 6.34.0
Browse files Browse the repository at this point in the history
* pmd 6.34.0
* pmd: remove `bottle :unneeded`
  See Homebrew/brew#11239.

Closes #75855.

Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
2 people authored and BrewTestBot committed Apr 24, 2021
1 parent 59c4c28 commit 06de1bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Formula/pmd.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
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/6.33.0/pmd-bin-6.33.0.zip"
sha256 "f7cf4d5bdc9e8634d3aabf05558024fa58d0792c40256473db793b3180ff9d02"
url "https://github.com/pmd/pmd/releases/download/pmd_releases/6.34.0/pmd-bin-6.34.0.zip"
sha256 "fb2f85fd36a243116340b6aafcbbb74eac982c27f8c22cd0860f1e08aef63a4c"
license "BSD-4-Clause"

bottle :unneeded

depends_on "openjdk"

def install
Expand Down

0 comments on commit 06de1bf

Please sign in to comment.