temp
This commit is contained in:
parent
244359f314
commit
540a5b9d30
@ -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
|
||||
|
||||
@ -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.',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user