Skip to content

Commit 0c3a490

Browse files
authored
Merge pull request #256119 from Homebrew/bump-infisical-0.43.32
infisical 0.43.32
2 parents 16d7be2 + 80e3139 commit 0c3a490

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/i/infisical.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Infisical < Formula
22
desc "CLI for Infisical"
33
homepage "https://infisical.com/docs/cli/overview"
4-
url "https://github.com/Infisical/cli/archive/refs/tags/v0.43.31.tar.gz"
5-
sha256 "63aa0599c4d51d94ec95ced647e822f1a0596ec8144b55fbdf9540e61a3a6d5d"
4+
url "https://github.com/Infisical/cli/archive/refs/tags/v0.43.32.tar.gz"
5+
sha256 "ca8f3d36952785e6345330510aacc47081aff0ac6da693070e22c371b5f45552"
66
license "MIT"
77
head "https://github.com/Infisical/cli.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "28f0fdea844e544a1edcf6309cc8cfe226edfba5c92618de7caf7ab698ee65d6"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "28f0fdea844e544a1edcf6309cc8cfe226edfba5c92618de7caf7ab698ee65d6"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "28f0fdea844e544a1edcf6309cc8cfe226edfba5c92618de7caf7ab698ee65d6"
13-
sha256 cellar: :any_skip_relocation, sonoma: "77fe039d88fa5b767e21d1ca94e479464f47879c97c51a5cc812effa0df0e7b5"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "d9ee8540a51c2f2be017e462682824f02f7b20e181b05cf359b1e664d0bff1ed"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8599c8c0cc10d0b5d330d0bcd3c7bf0752b61d6236d0dabfd435871aae0c7141"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "40eda1933b3dd340d1d10c2c922130cfd84d1f0f36e1ed3c624969781230457e"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "40eda1933b3dd340d1d10c2c922130cfd84d1f0f36e1ed3c624969781230457e"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "40eda1933b3dd340d1d10c2c922130cfd84d1f0f36e1ed3c624969781230457e"
13+
sha256 cellar: :any_skip_relocation, sonoma: "089dd8070c7ca2916a329ece75c813e137fe1311146305bbb05fae89d5092b61"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "ff7c527cdf629e97351f70d5a276d7555381079144006df7fc2ad1d072a50133"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b4c132cf08a44b8228d02cd7f91ad59ea538c525b953075cb3090f5fdd68ca72"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)