Skip to content

Commit

Permalink
Merge pull request #13140 from EricFromCanada/alias-outdated_release
Browse files Browse the repository at this point in the history
null.rb: alias outdated_release? to allow formulae usage
  • Loading branch information
EricFromCanada committed Apr 13, 2022
2 parents e1c1157 + fd79cfa commit d2b1a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/version/null.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def requires_nehalem_cpu?
alias requires_sse41? requires_nehalem_cpu?
alias requires_sse42? requires_nehalem_cpu?
alias requires_popcnt? requires_nehalem_cpu?
alias outdated_release? requires_nehalem_cpu?

sig { override.returns(Token) }
def major
Expand Down

0 comments on commit d2b1a9d

Please sign in to comment.