Skip to content
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.160
version: 1.27.161
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: 7e103946d0db5dc39f2b3de4cffd6920a110cb00a83e07c397ad4e7136b3c4b3
expected-sha256: da9c431d6206400bceea4fe53c06e0b6e750c7c5afdba26e767fb1491e8c845c

- runs: |
python3 setup.py build
Expand Down