|
1 | 1 | class Infisical < Formula |
2 | 2 | desc "CLI for Infisical" |
3 | 3 | homepage "https://infisical.com/docs/cli/overview" |
4 | | - url "https://github.com/Infisical/cli/archive/refs/tags/v0.43.10.tar.gz" |
5 | | - sha256 "80de97ae14e8a441547c900071c1bc0406c86cdf0bcda325fc6c863d3a4e27d4" |
| 4 | + url "https://github.com/Infisical/cli/archive/refs/tags/v0.43.11.tar.gz" |
| 5 | + sha256 "b44fa0b8e12bd7aa302528b0ed4aafd7a9c0d78aea0c5e7dcf2d589e8eefb35c" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/Infisical/cli.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "56795310bcc8f70e66efe2810c473e9656913e5ecef2a512b265c4b63e91da75" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "56795310bcc8f70e66efe2810c473e9656913e5ecef2a512b265c4b63e91da75" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "56795310bcc8f70e66efe2810c473e9656913e5ecef2a512b265c4b63e91da75" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "f0b807aeb32dbcf4b7e8373ab2c462af59f441df79b372e01eb7d0899a6061f2" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "d5e028d6c7d530a4181f9927e519a376c68a86bb07fd725236cc9dffc3f64a46" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "9233d5aaafe1f2ec8da26c071e65b673bdcb8f05ae5ae5dfe8c734688c3f9f38" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "65e2804069f8f0b49b6c728fe1bbc8a55c5ff23d8d126f6f89e9a4f02b23acc3" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "65e2804069f8f0b49b6c728fe1bbc8a55c5ff23d8d126f6f89e9a4f02b23acc3" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "65e2804069f8f0b49b6c728fe1bbc8a55c5ff23d8d126f6f89e9a4f02b23acc3" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "1570442e6294a95e93a3003b67750b3a405518f82fdd3a251692282af261d1ef" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "f804ad84e10bff713d1e82894d81304dcced42a6475fede0b506e729046fb355" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d55527c1949a64b4468b99491569092eba260dc8b0d54dad00c339b83f91682f" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments