File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
class Ignite < Formula
2
2
desc "Build, launch, and maintain any crypto application with Ignite CLI"
3
3
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 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/ignite/cli.git" , branch : "main"
8
8
@@ -25,7 +25,7 @@ def install
25
25
ENV [ "DO_NOT_TRACK" ] = "1"
26
26
system bin /"ignite" , "s" , "chain" , "mars"
27
27
sleep 2
28
- sleep 2 if OS . mac? && Hardware ::CPU . intel?
28
+ sleep 5 if OS . mac? && Hardware ::CPU . intel?
29
29
assert_path_exists testpath /"mars/go.mod"
30
30
end
31
31
end
You can’t perform that action at this time.
0 commit comments