Commits
Herby Gillot authored and Perry E. Metzger committed 88b7c9d24b5
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name terraform |
6 - | version 0.12.16 |
6 + | version 0.12.17 |
7 7 | |
8 8 | categories sysutils |
9 9 | license MPL-2 |
10 10 | maintainers {emcrisostomo @emcrisostomo} {gmail.com:herby.gillot @herbygillot} openmaintainer |
11 11 | platforms darwin |
12 12 | supported_archs x86_64 |
13 13 | |
14 14 | description A tool for building, changing, and versioning \ |
15 15 | infrastructure safely and efficiently. |
16 16 | long_description \ |
17 17 | Terraform is an infrastructure as code software \ |
18 18 | by HashiCorp. It allows users to define a datacenter \ |
19 19 | infrastructure in a high-level configuration language, \ |
20 20 | from which it can create an execution plan to build \ |
21 21 | the infrastructure in a service provider such as AWS. |
22 22 | |
23 23 | homepage https://www.terraform.io/downloads.html |
24 24 | |
25 25 | master_sites https://releases.hashicorp.com/${name}/${version} |
26 26 | distname ${name}_${version}_darwin_amd64 |
27 27 | |
28 - | checksums rmd160 5a756a0f32972f8ad678041eef70b463ba5c9376 \ |
29 - | sha256 02f893e326b25705aff2594d9f28a4a0c9d50f44a0e7e7129633f02c11a2e47d \ |
30 - | size 17101269 |
28 + | checksums rmd160 e7aaac904882fcd4f03c58fb3448119d46515cfb \ |
29 + | sha256 b0ab66e77bac3abcd8b36afa5e567ab4fef103fc21c4a223c954c4ea60f5d244 \ |
30 + | size 17236599 |
31 31 | |
32 32 | use_configure no |
33 33 | use_zip yes |
34 34 | extract.mkdir yes |
35 35 | |
36 36 | # The default build is a binary install. |
37 37 | build { |
38 38 | } |
39 39 | |
40 40 | destroot { |