File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
19
sha256 cellar : :any_skip_relocation , arm64_tahoe : "3bb388a2c9636bbc3feb066b93afcb8b4607cd530ef5394c4a5634f3b263a9c7"
11
20
sha256 cellar : :any_skip_relocation , arm64_sequoia : "3a05b7455a8e474512e24f51d42c916f90f885f04354805d03c8b970501a44c0"
You can’t perform that action at this time.
0 commit comments