Skip to content

Commit

Permalink
Update to 21.10.0-RC2 (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Karim TAAM <[email protected]>
  • Loading branch information
matkt authored Oct 14, 2021
1 parent 3db1c05 commit c459da8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Run the besu executable:
besu --help
```

Refer to the [besu docs](https://besu.hyperledger.org) for further information.
Refer to the [Besu docs](https://besu.hyperledger.org) for further information.

To upgrade besu:
```
Expand Down
4 changes: 2 additions & 2 deletions besu.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Besu < Formula
desc "hyperledger besu ethereum client"
homepage "https://github.com/hyperledger/besu"
url "https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/21.7.4/besu-21.7.4.zip"
url "https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/21.10.0-RC2/besu-21.10.0-RC2.zip"
# update with: ./updateBesu.sh <new-version>
sha256 "778d3c42851db11fec9171f77b22662f2baeb9b2ce913d7cfaaf1042ec19b7f9"
sha256 "4a279b515a2525ae42299ba74518a109444776b01c501ee4d96ea345c35194eb"

depends_on "openjdk" => "11+"

Expand Down

0 comments on commit c459da8

Please sign in to comment.