Skip to content

Commit

Permalink
plantuml: use new sha256 for source jar
Browse files Browse the repository at this point in the history
Not sure why this changed, but it looks like the release has a new
shasum now. I got the same result by downloading through the browser.

I guess the plantuml devs republished the same release.

```console
❯ brew fetch -s --formula Formula/plantuml.rb
==> Downloading https://github.com/plantuml/plantuml/releases/download/v1.2023.8/plantuml-1.2023.8.jar
Warning: Formula reports different sha256: 4d4084ce85dbb1072fb2cfeae5100ef3a7b712e17b54b87eb612593e74d62f1f
Already downloaded: /Users/gib/Library/Caches/Homebrew/downloads/fd6842251850d5bfc5138b2106b024c8f9110487b2c73438c664317d917090eb--plantuml-1.2023.8.jar
SHA256: 0a200db6e485c18206fc98e3ba1b44876c31bcec167ec0d5f152eb67c87aad46
```
  • Loading branch information
gibfahn committed Jun 7, 2023
1 parent 4640132 commit 6f7d0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/plantuml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Plantuml < Formula
desc "Draw UML diagrams"
homepage "https://plantuml.com/"
url "https://github.com/plantuml/plantuml/releases/download/v1.2023.8/plantuml-1.2023.8.jar"
sha256 "4d4084ce85dbb1072fb2cfeae5100ef3a7b712e17b54b87eb612593e74d62f1f"
sha256 "0a200db6e485c18206fc98e3ba1b44876c31bcec167ec0d5f152eb67c87aad46"
license "GPL-3.0-or-later"
version_scheme 1

Expand Down

0 comments on commit 6f7d0cd

Please sign in to comment.