Skip to content

Commit f56e6c3

Browse files
authored
Merge pull request #246970 from Homebrew/bump-dockerfmt-0.3.8
dockerfmt 0.3.8
2 parents 98e32b9 + fd8d440 commit f56e6c3

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

Formula/d/dockerfmt.rb

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
class Dockerfmt < Formula
22
desc "Dockerfile format and parser. a modern dockfmt"
33
homepage "https://github.com/reteps/dockerfmt"
4-
url "https://github.com/reteps/dockerfmt/archive/refs/tags/v0.3.7.tar.gz"
5-
sha256 "2cf8c1122817ac6d690d062aa41e2484c9d438ace605c64b21f5b7825d0a5c67"
64
license "MIT"
75
head "https://github.com/reteps/dockerfmt.git", branch: "main"
86

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+
918
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"
1724
end
1825

1926
depends_on "go" => :build

0 commit comments

Comments
 (0)