File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/conf-clang-format/conf-clang-format.1 Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ depexts: [
1212 ["clang15-extra-tools"] {os-distribution = "alpine" & os-version = "3.17" }
1313 ["clang16-extra-tools"] {os-distribution = "alpine" & os-version = "3.18" }
1414 ["clang17-extra-tools"] {os-distribution = "alpine" & os-version >= "3.19" & os-version < "3.21" }
15- ["clang19-extra-tools"] {os-distribution = "alpine" & os-version >= "3.21" }
15+ ["clang19-extra-tools"] {os-distribution = "alpine" & os-version >= "3.21" & os-version < "3.22"}
16+ ["clang20-extra-tools"] {os-distribution = "alpine" & os-version >= "3.22" }
1617 ["clang-tools"] {os-family = "suse" | os-family = "opensuse"}
1718 ["clang"] {os-distribution = "arch"}
1819 ["clang-format"] {os-distribution = "homebrew" & os = "macos"}
You can’t perform that action at this time.
0 commit comments