Skip to content

Commit

Permalink
Bump version to 107
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSoldier committed Jan 29, 2024
1 parent f02a645 commit b1da570
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-ed05969.tar.gz".freeze
SHA = "6d84cbac76ccd6ecd88360fd4eea1af3a62d639a448564bfbb73fbc620766120".freeze
VERSION = "106".freeze
URL = "https://releases.ironfish.network/ironfish-cli-a12ebdd.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 = "34379e119f6efd6b387030555746bf0f6469a4fc4b091c8fd592a3be2ce83d92".freeze
VERSION = "107".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-ed05969.tar.gz".freeze
SHA = "6d84cbac76ccd6ecd88360fd4eea1af3a62d639a448564bfbb73fbc620766120".freeze
VERSION = "106".freeze
URL = "https://releases.ironfish.network/ironfish-cli-a12ebdd.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 = "34379e119f6efd6b387030555746bf0f6469a4fc4b091c8fd592a3be2ce83d92".freeze
VERSION = "107".freeze

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

0 comments on commit b1da570

Please sign in to comment.