Commit 1a7ae386 authored by Robert Sigler's avatar Robert Sigler

Updates packages aws az brotli

* aws    -> 1.14.32
* az     -> 2.0.26
* brotli -> 1.0.2
parent 66b6eebd
......@@ -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.14.16'
source_url 'https://github.com/aws/aws-cli/archive/1.14.16.tar.gz'
source_sha256 '5134f47dc0f6a45c0600e71abf040965f5356f5185e544f78f8b975f7d2d3e21'
version '1.14.32'
source_url 'https://github.com/aws/aws-cli/archive/1.14.32.tar.gz'
source_sha256 'de84cef870b78198168404af27c7ab511dc27b0c28e1be6e4ed77fd8dbd4b78c'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/aws-1.14.16-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/aws-1.14.16-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/aws-1.14.16-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/aws-1.14.16-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'aeff85395a5937d5796fbe91c94c49421d73e4e76cb0913c9552c0455435661d',
armv7l: 'aeff85395a5937d5796fbe91c94c49421d73e4e76cb0913c9552c0455435661d',
i686: '95897d6c609d9f775d1bda59075dbab02e98f1a1fa6209c28d11059df80026c2',
x86_64: 'c85943d67869c652453668588b5c52992a6c1a6124285cdcfbeddd3404463f4a',
})
depends_on 'python27' unless File.exists? "#{CREW_PREFIX}/bin/python"
......
......@@ -3,17 +3,13 @@ require 'package'
class Az < Package
description 'The Azure CLI 2.0 is Azure\'s new command-line experience for managing Azure resources.'
homepage 'https://github.com/Azure/azure-cli'
version '2.0.21'
version '2.0.26'
source_url 'https://azurecliprod.blob.core.windows.net/install.py'
source_sha256 '7419f49b066015d863f398198c4ac5ad026f5aa3705e898b552e4e03fc352552'
binary_url ({
i686: 'https://dl.bintray.com/chromebrew/chromebrew/az-2.0.21-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/az-2.0.21-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
i686: '93c4890a26e043661059c739dbb3f94ed96dc749fded9d81a39a2963ea1bfb54',
x86_64: 'efc191b269351ad2f6f2d00a88fc5a781b00f91585d1cb91815ccdb8ac4f63b9',
})
depends_on 'python27' unless File.exists? "#{CREW_PREFIX}/bin/python"
......
......@@ -3,21 +3,13 @@ require 'package'
class Brotli < Package
description 'Brotli compression format '
homepage 'https://github.com/google/brotli'
version '1.0.1'
source_url 'https://github.com/google/brotli/archive/v1.0.1.tar.gz'
source_sha256 '6870f9c2c63ef58d7da36e5212a3e1358427572f6ac5a8b5a73a815cf3e0c4a6'
version '1.0.2'
source_url 'https://github.com/google/brotli/archive/v1.0.2.tar.gz'
source_sha256 'c2cf2a16646b44771a4109bb21218c8e2d952babb827796eb8a800c1f94b7422'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/brotli-1.0.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/brotli-1.0.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/brotli-1.0.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/brotli-1.0.1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'b2aad6d61093baf6b7199aafdddd616a9e9fba0d4ccfd63424d7ee761058d036',
armv7l: 'b2aad6d61093baf6b7199aafdddd616a9e9fba0d4ccfd63424d7ee761058d036',
i686: 'b1263bd17bdfa73f7707620250eba1a53e394ac8477aff5791e6300efff8bd32',
x86_64: 'a788b15e063de1e6bf4b11c821bd0d2f8839fb17700033672bf742f07e80c92e',
})
depends_on 'cmake' => :build
......@@ -31,7 +23,6 @@ class Brotli < Package
end
def self.install
#system 'make', "DESTDIR=#{CREW_DEST_DIR}", 'install'
Dir.chdir 'out' do
system "cmake -DCMAKE_INSTALL_PREFIX=#{CREW_DEST_PREFIX} -DCMAKE_INSTALL_LIBDIR=#{CREW_DEST_LIB_PREFIX} -P cmake_install.cmake"
end
......
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