Skip to content

Commit fbe2caa

Browse files
authored
Support .tbz archive extension
1 parent f6d4810 commit fbe2caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sources.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ArchiveSource(url::String, hash::String; unpack_target::String = "") =
6262
ArchiveSource(url, hash, unpack_target)
6363

6464
# List of optionally compressed TAR archives that we know how to deal with
65-
const tar_extensions = [".tar", ".tar.gz", ".tgz", ".tar.bz", ".tar.bz2",
65+
const tar_extensions = [".tar", ".tar.gz", ".tgz", ".tar.bz", ".tar.bz2", ".tbz",
6666
".tar.xz", ".tar.Z", ".txz", ".tar.zst"]
6767
# List of general archives that we know about
6868
const archive_extensions = vcat(tar_extensions, ".zip", ".conda")

0 commit comments

Comments
 (0)