mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Terraform 1.9.0 => 1.9.1 (#10085)
This commit is contained in:
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Terraform < Package
|
||||
description 'Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.'
|
||||
homepage 'https://www.terraform.io/'
|
||||
version '1.9.0'
|
||||
version '1.9.1'
|
||||
license 'Apache-2.0, BSD-2, BSD-4, ECL-2.0, imagemagick, ISC, JSON, MIT, MIT-with-advertising, MPL-2.0 and unicode'
|
||||
compatibility 'all'
|
||||
source_url({
|
||||
@@ -13,10 +13,10 @@ class Terraform < Package
|
||||
x86_64: "https://releases.hashicorp.com/terraform/#{version}/terraform_#{version}_linux_amd64.zip"
|
||||
})
|
||||
source_sha256({
|
||||
aarch64: '972b034014005ec2c9d707aff7310b059353b92dea785bd8b493b42c28d8c9b0',
|
||||
armv7l: '972b034014005ec2c9d707aff7310b059353b92dea785bd8b493b42c28d8c9b0',
|
||||
i686: '37a415a1ea08733281da9d5d2db350242f01d6133296ee5b8f08105ecae0c5f8',
|
||||
x86_64: '45917b05302aa843b46037a38eee31feeb350ee443680f04cc203f547c390783'
|
||||
aarch64: '9485893c50efc266d12f5384c9830f250359691b014098006897f179337bd338',
|
||||
armv7l: '9485893c50efc266d12f5384c9830f250359691b014098006897f179337bd338',
|
||||
i686: '9485893c50efc266d12f5384c9830f250359691b014098006897f179337bd338',
|
||||
x86_64: 'bb7018419e8aabe1b0c3febbfc5259af0bc6871fed8e75cee1247a8a28d9a913'
|
||||
})
|
||||
|
||||
def self.install
|
||||
|
||||
Reference in New Issue
Block a user