Skip to content

Commit

Permalink
Bump version to 106
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSoldier committed Jan 17, 2024
1 parent 7625f88 commit 00f13f5
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-e3492d3.tar.gz".freeze
SHA = "c807e782cd842b213987923f24b0007ed01051863cd326418885f57dff7468c0".freeze
VERSION = "105".freeze
URL = "https://releases.ironfish.network/ironfish-cli-ad4cbcb.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 = "d9ae3637c0419101a8e6d4b6ae485df87abff5586568d9542b49e3ef2e0a1acc".freeze
VERSION = "106".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-e3492d3.tar.gz".freeze
SHA = "c807e782cd842b213987923f24b0007ed01051863cd326418885f57dff7468c0".freeze
VERSION = "105".freeze
URL = "https://releases.ironfish.network/ironfish-cli-ad4cbcb.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 = "d9ae3637c0419101a8e6d4b6ae485df87abff5586568d9542b49e3ef2e0a1acc".freeze
VERSION = "106".freeze

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

0 comments on commit 00f13f5

Please sign in to comment.