Skip to content

Commit

Permalink
Merge pull request #5 from SethTisue/patch-2
Browse files Browse the repository at this point in the history
Update jardiff.rb for 1.9.0 release
  • Loading branch information
retronym authored Nov 27, 2023
2 parents d111a6f + e5f6f14 commit 3e2889e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jardiff.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Jardiff < Formula
desc "Diff tool for Java classes or classpaths"
homepage "https://github.com/scala/jardiff"
url "https://github.com/scala/jardiff/releases/download/v1.7.0/jardiff.jar" #, using => :nounzip
sha256 "564793f9d64f2cf304c49d63224e2aee30a2cd1f3e7ea580b79030278ff182c9"
url "https://github.com/scala/jardiff/releases/download/v1.9.0/jardiff.jar" #, using => :nounzip
sha256 "8db6b95396e6bdad36de0b2d498788e9b4fd6e9ba2fe9ab2e16f807a85d0a695"

depends_on "openjdk@11"

Expand Down

0 comments on commit 3e2889e

Please sign in to comment.