Skip to content

Commit 7951c4c

Browse files
BrewTestBotbotantony
authored andcommitted
awscli 2.31.18
1 parent 5bd937d commit 7951c4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/a/awscli.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Awscli < Formula
33

44
desc "Official Amazon AWS command-line interface"
55
homepage "https://aws.amazon.com/cli/"
6-
url "https://github.com/aws/aws-cli/archive/refs/tags/2.31.17.tar.gz"
7-
sha256 "3fc7c528fff447a39a7a1434d9f1226d6ef12708f9aaece0c84ade1fbf023f7c"
6+
url "https://github.com/aws/aws-cli/archive/refs/tags/2.31.18.tar.gz"
7+
sha256 "0e164de8e225122efccfae85c989e5b47c2de8a3d1efc4e7bdfe02ac29827d73"
88
license "Apache-2.0"
99
head "https://github.com/aws/aws-cli.git", branch: "v2"
1010

@@ -19,7 +19,7 @@ class Awscli < Formula
1919

2020
depends_on "cmake" => :build
2121
depends_on "openssl@3"
22-
depends_on "python@3.13"
22+
depends_on "python@3.14"
2323

2424
uses_from_macos "libffi"
2525
uses_from_macos "mandoc"
@@ -90,7 +90,7 @@ class Awscli < Formula
9090
end
9191

9292
def python3
93-
which("python3.13")
93+
which("python3.14")
9494
end
9595

9696
def install

0 commit comments

Comments
 (0)