Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

unpack_strategy: Move Dmg to above Xz and Lzma #9161

Merged
merged 1 commit into from Nov 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Library/Homebrew/unpack_strategy.rb
Expand Up @@ -47,6 +47,7 @@ def self.strategies
Tar, # Needs to be before Bzip2/Gzip/Xz/Lzma.
Pax,
Gzip,
Dmg, # Needs to be before Bzip2/Xz/Lzma.
Lzma,
Xz,
Lzip,
Expand All @@ -66,7 +67,6 @@ def self.strategies
SelfExtractingExecutable, # Needs to be before `Cab`.
Cab,
Executable,
Dmg, # Needs to be before `Bzip2`.
Bzip2,
Fossil,
Bazaar,
Expand Down