Commits
Herby Gillot authored and Perry E. Metzger committed f3527caa506
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.1 |
6 + | version 0.12.2 |
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 ea94130b172ded60806f9bfbd71443b24aaef0eb \ |
29 - | sha256 3c5b0aa8f3acf477a5d5ae997174bd16d49bb0789915b5a40a6deb39692a5c8d \ |
30 - | size 15567481 |
28 + | checksums rmd160 d188a112b6f8c8532f275ee99714322db7f01ecc \ |
29 + | sha256 f0cc23bc6ec1a5adc4043108ff5c79c2bddcdc70b056bd207defca1ae386d477 \ |
30 + | size 16742413 |
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 { |