|
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.16.tar.gz" |
5 | | - sha256 "5093c60848cc6f7d5e8f68972b81f8cb366d5acf9ad7179831166423c3b03b72" |
| 4 | + url "https://github.com/Infisical/cli/archive/refs/tags/v0.43.17.tar.gz" |
| 5 | + sha256 "5a5b8758dfb2a1773815463c5c028d3e8a81430e9e78ae47bd9134208a89f2a8" |
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: "bdd0f3fa365f0bdccd76c8a2f21f7afe795a0ffe53fdb064e462917fed5d9371" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bdd0f3fa365f0bdccd76c8a2f21f7afe795a0ffe53fdb064e462917fed5d9371" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdd0f3fa365f0bdccd76c8a2f21f7afe795a0ffe53fdb064e462917fed5d9371" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "1227d54ca7b871f9bcb4f0835db568e2401215d11c6a4d37bf8c3e570c841786" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "d162ecf2c7854906e5b81b9da50c83a05a92f7398cc9e3267dd1ea7788d2db3d" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "a04d8fc5606a216e3410e03ac042a05a21f749ddf71eaa81cbcad2a5d222aaac" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "7171fcc5d0b853e48a17f5e27e58f6332c56671a48b35d913f1eed9189942950" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7171fcc5d0b853e48a17f5e27e58f6332c56671a48b35d913f1eed9189942950" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7171fcc5d0b853e48a17f5e27e58f6332c56671a48b35d913f1eed9189942950" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "de6ffd3cef99e5fb186fb2160cf136d21dfef53089d0962013de782137eb7288" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "75ce28128ab7053173bc5fed096ba37e26262efaa567acd85d4913303fc4d7f3" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "36b32faf64c221994c4553dd5bc79fb2294bb819dc80f94e12a0155f37aaec33" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments