Skip to content

Commit b08fccc

Browse files
BrewTestBotdaeho-ro
authored andcommitted
ignite 29.4.1
1 parent f3d2ac5 commit b08fccc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/i/ignite.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Ignite < Formula
22
desc "Build, launch, and maintain any crypto application with Ignite CLI"
33
homepage "https://docs.ignite.com/"
4-
url "https://github.com/ignite/cli/archive/refs/tags/v29.4.0.tar.gz"
5-
sha256 "c489fcf1905db1038a1d8b3a3ad6811a5ad6ed2f5807cdd16da8e5abe5924829"
4+
url "https://github.com/ignite/cli/archive/refs/tags/v29.4.1.tar.gz"
5+
sha256 "be80089add623fc31219cb8e3df322a6db5325a1540d186ad3e87421335e6270"
66
license "Apache-2.0"
77
head "https://github.com/ignite/cli.git", branch: "main"
88

@@ -25,7 +25,7 @@ def install
2525
ENV["DO_NOT_TRACK"] = "1"
2626
system bin/"ignite", "s", "chain", "mars"
2727
sleep 2
28-
sleep 2 if OS.mac? && Hardware::CPU.intel?
28+
sleep 5 if OS.mac? && Hardware::CPU.intel?
2929
assert_path_exists testpath/"mars/go.mod"
3030
end
3131
end

0 commit comments

Comments
 (0)