Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions Formula/i/ignite.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
class Ignite < Formula
desc "Build, launch, and maintain any crypto application with Ignite CLI"
homepage "https://docs.ignite.com/"
url "https://github.com/ignite/cli/archive/refs/tags/v29.6.0.tar.gz"
sha256 "aa84aefcd349d32bf30e12f2a1c4e9caa83f0c9066e9899439ba5e0080d9be38"
url "https://github.com/ignite/cli/archive/refs/tags/v29.8.0.tar.gz"
sha256 "c5fd0ce010272e7b1677c99f0e60c75b70f3795c414e6ab4e5a65dfeb6eb5458"
license "Apache-2.0"
head "https://github.com/ignite/cli.git", branch: "main"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_tahoe: "72751fd958825f28c4d2bba5bcc840924ec639f17df361e030fd79deebfd901c"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6687f7e0ab0f33a839a8aeeb6a7e2b4fd1130c83e13bb8ee0243ce8dbe131e6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c68f2d8fb05aef5232916cdd7b4bd787c634eac3283dfb30dc990f6d31e243cc"
sha256 cellar: :any_skip_relocation, sonoma: "73c6262cffd76ad28581146870fe3c23c8ead7b5ed62621087ecbc9295201e0d"
sha256 cellar: :any_skip_relocation, arm64_linux: "8b98f9e3a20ea8f0a52819f66bc96adfb92d060729f562a252648b332a93cc40"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8420c8c0bb06b71be99ee8c9b02fb78eaedeca876f6b2ed1cc30d7fc73165d86"
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b774a29241db3fcf464b6700bedec1120a173de5c53fc814caf88ec91fd25e1d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea00aa2f775064ac1995e05d4b529148b9d033308982f2e015c499431e73c7c4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6112ec34ad6b27887b4d33237e9262a8afa795aea880f546dcfc2e81dd3d260b"
sha256 cellar: :any_skip_relocation, sonoma: "0ff6017888c87eb1d44eb80565b886c2af4852169cb1eaeb01c153c2b8bc77e8"
sha256 cellar: :any_skip_relocation, arm64_linux: "4179a3684a9ad8fdef3914a35e09edbe31116a414d920d0374dc237fd5086171"
sha256 cellar: :any_skip_relocation, x86_64_linux: "796c244de0d829efe894e1ceb6254975d13fc3c29f6d7e24dc3cc76f8377ae53"
end

depends_on "go"
Expand All @@ -25,7 +24,7 @@ def install

test do
ENV["DO_NOT_TRACK"] = "1"
system bin/"ignite", "s", "chain", "mars"
system bin/"ignite", "s", "chain", "mars", "--no-module", "--skip-proto"
sleep 5
sleep 10 if OS.mac? && Hardware::CPU.intel?
assert_path_exists testpath/"mars/go.mod"
Expand Down
Loading