Skip to content

Commit 0ce4eac

Browse files
Merge pull request #1990 from Homebrew/config-reasons
config: replace "unsigned" reason with "fails_gatekeeper_check"
2 parents 7ba2d8e + dc1e61e commit 0ce4eac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

8383
logo: /assets/img/homebrew.svg
8484

_layouts/cask.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,12 @@
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 -%}

0 commit comments

Comments
 (0)