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 11class 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
3131end
You can’t perform that action at this time.
0 commit comments