This commit is contained in:
Razvan Azamfirei 2023-03-31 18:01:34 -04:00
parent 244359f314
commit 540a5b9d30
No known key found for this signature in database
GPG Key ID: 62E97BFCB12046BD
2 changed files with 4 additions and 1 deletions

View File

@ -84,7 +84,7 @@ module Homebrew
Cask::DSL::Version.new(new_version)
end
new_hash = unless (new_hash = args.sha265).nil?
new_hash = unless (new_hash = args.sha256).nil?
raise UsageError, "`--sha256` must not be empty." if new_hash.blank?
["no_check", ":no_check"].include?(new_hash) ? :no_check : new_hash

View File

@ -239,6 +239,9 @@ module Homebrew
HOMEBREW_GITHUB_PACKAGES_USER: {
description: "Use this username when accessing the GitHub Packages Registry (where bottles may be stored).",
},
HOMEBREW_GREEDY: {
description: "Pass this value to brew upgrade greedy.",
},
HOMEBREW_INSTALL_BADGE: {
description: "Print this text before the installation summary of each successful build.",
default_text: 'The "Beer Mug" emoji.',