mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
'update-ansible' (#13840)
* Ansible 13.0.0 => 13.1.0 * update-ansible: Package File Update Run on linux/386 container. * update-ansible: Package File Update Run on linux/amd64 container. * update-ansible: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: uberhacker <edreel@gmail.com> Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8b9e6a70da
commit
ed121e5078
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -3,17 +3,17 @@ require 'buildsystems/pip'
|
||||
class Ansible < Pip
|
||||
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 "13.0.0-#{CREW_PY_VER}"
|
||||
version "13.1.0-#{CREW_PY_VER}"
|
||||
license 'GPL-3'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '6d10a02d0af5e68e779d3e6dee4040b53eb77902077c4a5782d277395959c72c',
|
||||
armv7l: '6d10a02d0af5e68e779d3e6dee4040b53eb77902077c4a5782d277395959c72c',
|
||||
i686: 'cd40f56a409587d6cc7f464e4b6ecb72404c6a1a4bf3ccd4dcb7fa80b6439ea0',
|
||||
x86_64: '87ff0b764bcc692ae7f258bb31d112878c1090872c33c3be25ec67f685ac042b'
|
||||
aarch64: 'e26ef8be53718de60c1dca6104a2f636467c50a16ec2a59a3a99618ffa12272e',
|
||||
armv7l: 'e26ef8be53718de60c1dca6104a2f636467c50a16ec2a59a3a99618ffa12272e',
|
||||
i686: 'dbd72736acb3866e6f9f5e5054843e749c7475502781f9b5e446f33a216fa0d5',
|
||||
x86_64: 'f86c047074b0824cc6481d6da2c7311ac91202707f989abdd3a85d8b69b76fc4'
|
||||
})
|
||||
|
||||
depends_on 'xdg_base'
|
||||
|
||||
Reference in New Issue
Block a user