|
1 | 1 | class Dockerfmt < Formula
|
2 | 2 | desc "Dockerfile format and parser. a modern dockfmt"
|
3 | 3 | homepage "https://github.com/reteps/dockerfmt"
|
4 |
| - url "https://github.com/reteps/dockerfmt/archive/refs/tags/v0.3.7.tar.gz" |
5 |
| - sha256 "2cf8c1122817ac6d690d062aa41e2484c9d438ace605c64b21f5b7825d0a5c67" |
6 | 4 | license "MIT"
|
7 | 5 | head "https://github.com/reteps/dockerfmt.git", branch: "main"
|
8 | 6 |
|
| 7 | + stable do |
| 8 | + url "https://github.com/reteps/dockerfmt/archive/refs/tags/v0.3.8.tar.gz" |
| 9 | + sha256 "d1cf00967f80a4228c01fc113c10348d1b69c2e7c4e48704df058b3c95093e4b" |
| 10 | + |
| 11 | + # version patch |
| 12 | + patch do |
| 13 | + url "https://github.com/reteps/dockerfmt/commit/5dfcd5f7afd2d04d75488963f8a15e954b97828a.patch?full_index=1" |
| 14 | + sha256 "8bf1b7612cd0d845c8dd7ae10f43b815a5c13d1d0dfd120d76f8deab37e9f7bc" |
| 15 | + end |
| 16 | + end |
| 17 | + |
9 | 18 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_tahoe: "3bb388a2c9636bbc3feb066b93afcb8b4607cd530ef5394c4a5634f3b263a9c7" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a05b7455a8e474512e24f51d42c916f90f885f04354805d03c8b970501a44c0" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a05b7455a8e474512e24f51d42c916f90f885f04354805d03c8b970501a44c0" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "3a05b7455a8e474512e24f51d42c916f90f885f04354805d03c8b970501a44c0" |
14 |
| - sha256 cellar: :any_skip_relocation, sonoma: "0becd9e93ae00e8821409d9763897e87cfd72c490101606bce5a8d7bcce0f1d7" |
15 |
| - sha256 cellar: :any_skip_relocation, ventura: "0becd9e93ae00e8821409d9763897e87cfd72c490101606bce5a8d7bcce0f1d7" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "82bb4ce0b94d51cb2e4b921ae4116a38f2c3bd5e17e20ba0a4f1b057687610bf" |
| 19 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "4b2931df2b05848a2fab07c0e3e6b01cf62c06f5401a776144b0b675c973ff8d" |
| 20 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4b2931df2b05848a2fab07c0e3e6b01cf62c06f5401a776144b0b675c973ff8d" |
| 21 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b2931df2b05848a2fab07c0e3e6b01cf62c06f5401a776144b0b675c973ff8d" |
| 22 | + sha256 cellar: :any_skip_relocation, sonoma: "c5e5c4808cc9bc5dbc7167e02c8f55362209816c4bb83de409e878542ae972f3" |
| 23 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "34f32da196d27fae08da34dc8882d1001012aa46140dae46cbd250d6d433074c" |
17 | 24 | end
|
18 | 25 |
|
19 | 26 | depends_on "go" => :build
|
|
0 commit comments