Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-cli/1.27.138 package update #2247

Merged
merged 1 commit into from
May 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aws-cli.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: aws-cli
version: 1.27.137
version: 1.27.138
epoch: 0
description: "Universal Command Line Interface for Amazon Web Services"
copyright:
Expand Down Expand Up @@ -33,7 +33,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/aws/aws-cli/archive/${{package.version}}.tar.gz
expected-sha256: 7b85f898ca7e5d8545a55cc452c4521a5e4772343d43a7dc038474ad4b9fe438
expected-sha256: 40cccd83337d96fa51919bc57050e337d931978fac46709649653ec6040c1326

- runs: |
python3 setup.py build
Expand Down