Skip to content

Commit 310ead5

Browse files
authored
Merge pull request #220072 from Homebrew/bump-infisical-0.40.0
infisical 0.40.0
2 parents 14880f2 + d73de2e commit 310ead5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: Formula/i/infisical.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Infisical < Formula
22
desc "CLI for Infisical"
33
homepage "https://infisical.com/docs/cli/overview"
4-
url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.39.1.tar.gz"
5-
sha256 "38ab86dd3dfd2f882af4c10d72c6b903a006daee30c135da0ec7bd34d2558047"
4+
url "https://github.com/Infisical/infisical/archive/refs/tags/infisical-cli/v0.40.0.tar.gz"
5+
sha256 "9ed56278e1fce3eb21ed56b78e58ebc38846045f1b01cd74d9f3dc81bc87f3cf"
66
license "MIT"
77
head "https://github.com/Infisical/infisical.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Infisical < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c46365491070e9dfbc14bacab99458ec4a4b015f3f521b476c07f8e74193432"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c46365491070e9dfbc14bacab99458ec4a4b015f3f521b476c07f8e74193432"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1c46365491070e9dfbc14bacab99458ec4a4b015f3f521b476c07f8e74193432"
18-
sha256 cellar: :any_skip_relocation, sonoma: "2ba50b2fbefaf13770e9c63a87f48f59f66c67fd941a0e9f73a7e6f61e92a0fc"
19-
sha256 cellar: :any_skip_relocation, ventura: "2ba50b2fbefaf13770e9c63a87f48f59f66c67fd941a0e9f73a7e6f61e92a0fc"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d0d018ab191df66f85b306ee5b70f90333604757d100c46c4f901fface3728ec"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c77ba5f1be4f2d43a2402086c0f61c62d89b7a4c9f54de05d2f29eec1343e46"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c77ba5f1be4f2d43a2402086c0f61c62d89b7a4c9f54de05d2f29eec1343e46"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1c77ba5f1be4f2d43a2402086c0f61c62d89b7a4c9f54de05d2f29eec1343e46"
18+
sha256 cellar: :any_skip_relocation, sonoma: "fe775f51e7c77ff7307f815f7a7139b60b4512a04ed449e326ec361607f23e3a"
19+
sha256 cellar: :any_skip_relocation, ventura: "fe775f51e7c77ff7307f815f7a7139b60b4512a04ed449e326ec361607f23e3a"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a1725e48fb262ba294fb409162a36904f720be420bb08bbbb151778767e7c466"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)