mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
[ansible] Update to 2.9.14 (#4435)
This commit is contained in:
@@ -3,22 +3,14 @@ require 'package'
|
||||
class Ansible < Package
|
||||
description 'Ansible is a radically simple IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs.'
|
||||
homepage 'https://www.ansible.com/'
|
||||
version '2.8.5'
|
||||
version '2.9.14'
|
||||
compatibility 'all'
|
||||
source_url 'https://releases.ansible.com/ansible/ansible-2.8.5.tar.gz'
|
||||
source_sha256 '8e9403e755ce8ef27b6066cdd7a4c567aa80ebe2fd90d0ff8efa0a725d246986'
|
||||
source_url 'https://releases.ansible.com/ansible/ansible-2.9.14.tar.gz'
|
||||
source_sha256 'efe7183e08f0c9dd9efd9124efa8978be62851b1e8eb856593a073538bfc6fb5'
|
||||
|
||||
binary_url ({
|
||||
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/ansible-2.8.5-chromeos-armv7l.tar.xz',
|
||||
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/ansible-2.8.5-chromeos-armv7l.tar.xz',
|
||||
i686: 'https://dl.bintray.com/chromebrew/chromebrew/ansible-2.8.5-chromeos-i686.tar.xz',
|
||||
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/ansible-2.8.5-chromeos-x86_64.tar.xz',
|
||||
})
|
||||
binary_sha256 ({
|
||||
aarch64: '0f98e84a4761b65b27d666496d9c73a20c94994072af69faa1b29e189b51b37a',
|
||||
armv7l: '0f98e84a4761b65b27d666496d9c73a20c94994072af69faa1b29e189b51b37a',
|
||||
i686: '19569f4ab9b9b11a753a88cd12eb2650266931b91443679c49a119eeeb52932d',
|
||||
x86_64: 'da437a69b68b9fa6a24d449cec83e09141dcb8f28a8098de01d0b652bfebc2b3',
|
||||
})
|
||||
|
||||
depends_on 'setuptools'
|
||||
|
||||
Reference in New Issue
Block a user