Skip to content

Commit 12b6c16

Browse files
BrewTestBotchenrui333
authored andcommitted
dockerfmt 0.3.8
dockerfmt: add version patch Signed-off-by: Rui Chen <[email protected]>
1 parent 02cf3c5 commit 12b6c16

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Formula/d/dockerfmt.rb

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
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
1019
sha256 cellar: :any_skip_relocation, arm64_tahoe: "3bb388a2c9636bbc3feb066b93afcb8b4607cd530ef5394c4a5634f3b263a9c7"
1120
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3a05b7455a8e474512e24f51d42c916f90f885f04354805d03c8b970501a44c0"

0 commit comments

Comments
 (0)