File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ reasons:
7878 no_longer_available : " is no longer available upstream"
7979 no_longer_meets_criteria : " no longer meets the criteria for acceptable casks"
8080 unmaintained : " is not maintained upstream"
81- unsigned : " is unsigned or does not meet signature requirements "
81+ fails_gatekeeper_check : " does not pass the macOS Gatekeeper check "
8282
8383logo : /assets/img/homebrew.svg
8484
Original file line number Diff line number Diff line change 8484 {%- endcapture -%}
8585 {%- endif -%}
8686 {%- if requirements.size > 0 %}
87- < p > Current version requires : {{ requirements }}</ p >
87+ < p > Requirements : {{ requirements }}</ p >
8888 {%- endif -%}
8989{%- endif -%}
9090
9191{%- if c.conflicts_with.size > 0 -%}
9292 {%- include casks.html tokens=c.conflicts_with.cask description="Conflicts with casks" -%}
93- {%- include formulae.html fnames=c.conflicts_with.formula description="Conflicts with formulae" -%}
9493{%- endif -%}
9594
9695{%- if c.caveats -%}
You can’t perform that action at this time.
0 commit comments