|
1 | 1 | class Terramate < Formula |
2 | 2 | desc "Managing Terraform stacks with change detections and code generations" |
3 | 3 | homepage "https://terramate.io/docs/" |
4 | | - url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.14.7.tar.gz" |
5 | | - sha256 "36d71ed54634af2f61958bcf139db5509f1307064716fc1aa180ab97d3a9b668" |
| 4 | + url "https://github.com/terramate-io/terramate/archive/refs/tags/v0.15.0.tar.gz" |
| 5 | + sha256 "97104f5559ff054dd47c6d00811c1c0f98d768a2ed563356a76ea45bbd4cf556" |
6 | 6 | license "MPL-2.0" |
7 | 7 | head "https://github.com/terramate-io/terramate.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "85696b980c239adcc6a0c72bde226cb75ee260bef0f4ef510d660d58f44260e4" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "85696b980c239adcc6a0c72bde226cb75ee260bef0f4ef510d660d58f44260e4" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "85696b980c239adcc6a0c72bde226cb75ee260bef0f4ef510d660d58f44260e4" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "b7c71fcee8c316625c0ec526e21236c913b1ce347e84d8cadb2917d9c9c7d255" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "0d4deae325bc1095d5e474e786258270de3c1ccd45b9b1f21abcf6201358ec15" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e12442e853b2b354c045cfad4fc4ffa00189590a9ea37025b391017610f0c361" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "1413c15cfeb837334acda7b1c31c32d26311e38b7160f51723e1747a317df6ce" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1413c15cfeb837334acda7b1c31c32d26311e38b7160f51723e1747a317df6ce" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1413c15cfeb837334acda7b1c31c32d26311e38b7160f51723e1747a317df6ce" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "c539fa1c9d9491de52e895a6e26ba3f699bee61529e88708692c7a0964c34fc9" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "f35cdbc69afc13fcc2b32fe0e5ebdd4d01fa238e6ce07583dbc8105aeb225be2" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "7700b0db3c51c344a70f48a080cf006ae842a750e0c1bd945f0c70bf0e5908dd" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments