Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanjadvani committed Mar 14, 2024
1 parent 939d5f8 commit 9ca64cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Formula/ironfish.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
URL = "https://releases.ironfish.network/ironfish-cli-f996f89.tar.gz".freeze
SHA = "be02767bf4b0bccafae8b644901f4bb39120ccd5a65ba4e42205bbf5dbfb4793".freeze
VERSION = "110".freeze
URL = "https://releases.ironfish.network/ironfish-cli-04d3678.tar.gz".freeze

Check warning on line 1 in Formula/ironfish.rb

View workflow job for this annotation

GitHub Actions / Build formula on macOS

No bottle built for ironfish!

ironfish has unbottled dependencies, so a bottle will not be built.
SHA = "6f811489d39fd33559111f48885a9a816558e287fe1bb2eff22594e1bbd47ecf".freeze
VERSION = "111".freeze

class Ironfish < Formula
desc "Everything you need to get started with Iron Fish"
Expand Down
6 changes: 3 additions & 3 deletions Formula/ironfishbeta.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
URL = "https://releases.ironfish.network/ironfish-cli-f996f89.tar.gz".freeze
SHA = "be02767bf4b0bccafae8b644901f4bb39120ccd5a65ba4e42205bbf5dbfb4793".freeze
VERSION = "110".freeze
URL = "https://releases.ironfish.network/ironfish-cli-04d3678.tar.gz".freeze

Check warning on line 1 in Formula/ironfishbeta.rb

View workflow job for this annotation

GitHub Actions / Build formula on macOS

No bottle built for ironfishbeta!

ironfishbeta has unbottled dependencies, so a bottle will not be built.
SHA = "6f811489d39fd33559111f48885a9a816558e287fe1bb2eff22594e1bbd47ecf".freeze
VERSION = "111".freeze

class Ironfishbeta < Formula
desc "Beta distribution of Iron Fish"
Expand Down

0 comments on commit 9ca64cb

Please sign in to comment.