Commit e9f43e99 authored by Gangstead's avatar Gangstead Committed by GitHub

Merge pull request #1568 from uberhacker/update-aws-package

Update aws from 1.11.156 to 1.14.16
parents c54dd649 6d6c42b7
......@@ -3,21 +3,13 @@ require 'package'
class Aws < Package
description 'The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services.'
homepage 'https://aws.amazon.com/documentation/cli/'
version '1.11.156'
source_url 'https://github.com/aws/aws-cli/archive/1.11.156.tar.gz'
source_sha256 'e16e4e7e56b94bcbd97e1ef2131f8b760ab0e06ac80b73caae1304c9b6d2a1e2'
version '1.14.16'
source_url 'https://github.com/aws/aws-cli/archive/1.14.16.tar.gz'
source_sha256 '5134f47dc0f6a45c0600e71abf040965f5356f5185e544f78f8b975f7d2d3e21'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/aws-1.11.156-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/aws-1.11.156-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/aws-1.11.156-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/aws-1.11.156-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '94283e523ede3bab13212838f74f346a3894c7f4d5674771107e137be7d6f451',
armv7l: '94283e523ede3bab13212838f74f346a3894c7f4d5674771107e137be7d6f451',
i686: '0bb6ba9e25f13e17b854978ecd13e1a817dccf83454a961f546d2522e1b6fce0',
x86_64: '8412d555077d4fde32577f63e0df68b95c742df031a75f13b7c26004dd997761',
})
depends_on 'python27' unless File.exists? "#{CREW_PREFIX}/bin/python"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment