mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
developer scripts: OS X > macOS
This commit is contained in:
@@ -78,8 +78,8 @@ REMOVE_TRAILING_PATS = [
|
||||
%r{\bapp}i,
|
||||
%r{\b(?:quick[\s-]*)?launcher}i,
|
||||
|
||||
# "mac", "for mac", "for OS X".
|
||||
%r{\b(?:for)?[\s-]*mac(?:intosh)?}i,
|
||||
# "mac", "for mac", "for OS X", "macOS", "for macOS".
|
||||
%r{\b(?:for)?[\s-]*mac(?:intosh|OS)?}i,
|
||||
%r{\b(?:for)?[\s-]*os[\s-]*x}i,
|
||||
|
||||
# hardware designations such as "for x86", "32-bit", "ppc"
|
||||
|
||||
@@ -61,7 +61,7 @@ _list_url_attributes_on_file () {
|
||||
if [[ $1 =~ ^-+h(elp)?$ || -z "$1" ]]; then
|
||||
printf "list_url_attributes_on_file <file>
|
||||
|
||||
Given a downloaded file, extract possible sources from OS X extended
|
||||
Given a downloaded file, extract possible sources from macOS extended
|
||||
attributes, which may be useful in a Cask url stanza.
|
||||
|
||||
Currently the only attribute examined is
|
||||
|
||||
Reference in New Issue
Block a user