Skip to content

Commit

Permalink
unpack_strategy: allow unpacking .crate (as a gzipped tar)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Cho <[email protected]>
  • Loading branch information
cho-m committed Mar 26, 2024
1 parent a570e4d commit 7b46378
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Homebrew/unpack_strategy/tar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def self.extensions
".tgz", ".tar.gz",
".tlzma", ".tar.lzma",
".txz", ".tar.xz",
".tar.zst"
".tar.zst",
".crate"
]
end

Expand Down

0 comments on commit 7b46378

Please sign in to comment.