|
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.2.0.tar.gz" |
5 | | - sha256 "7c9e5d0c6ae32549ac32d6f4aae5f53f6116ceacca707e06e8bcf3786d125053" |
| 4 | + url "https://github.com/ignite/cli/archive/refs/tags/v29.3.0.tar.gz" |
| 5 | + sha256 "2fe85bec70e0bbb506759f08b49993da6599358f9d037226acf859b27cd5057f" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/ignite/cli.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a64e3e4067a95dced9fbe72c7176032ff88eba40cf56cf0dc43cc826cd8d380d" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d84f14a8a74811f755cec414833145c970c07cd311e8046c52ace27f56f12c9" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "a594ec537694b56734a37b1a9bc1ca596a0f14e180a1d645ff4267024de21a55" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "60831e7176d00195caf2dfbecf8514171c2f8d1e242d069a736ce5751ab692b3" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "472af9c323bb64d1e7f9722680ae29ca63a83805654c0e0b9fc2ea6353671b3f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "877fa1a28851037d85c383f6ba8a72251392efb8334466f487d1aa07199b7244" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "14abdc5c9e6fa6e32e24741d6928271ed4379979823adae495444048cc41831f" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c1ed6427f19b6da17ea4d13b65c68f3a4e245072fc3deabfb02e72f1d2366989" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "6697ae815cf991e0e4d63dd533d58912e6f367ffd3723b81552dcaef2475196f" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "478824202465f145db9e5036517032926e185238df10128be4006b6b15aa21d5" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" |
|
0 commit comments