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
6 changes: 3 additions & 3 deletions aws-cli.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: aws-cli
version: 1.27.164
epoch: 1
version: 1.27.165
epoch: 0
description: "Universal Command Line Interface for Amazon Web Services"
copyright:
- license: Apache-2.0
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: d92c97189720024c2c618cd9e15ae3408183bcde64ac94af764dac8073e1d822
expected-sha256: 7af88c427d70b17bdf521cf8f588e67fe422d9bfd86f880d3f2ca8038040af7e

- runs: |
python3 setup.py build
Expand Down