forked from lix-project/lix
Add .tgz as tarball extension in documentation
Support for the `tgz` shorthand was added in
52f5fa948a
.
This commit is contained in:
parent
b135de2b5f
commit
8b659eacce
|
@ -177,8 +177,8 @@ Currently the `type` attribute can be one of the following:
|
||||||
attribute `url`.
|
attribute `url`.
|
||||||
|
|
||||||
In URL form, the schema must be `http://`, `https://` or `file://`
|
In URL form, the schema must be `http://`, `https://` or `file://`
|
||||||
URLs and the extension must be `.zip`, `.tar`, `.tar.gz`, `.tar.xz`,
|
URLs and the extension must be `.zip`, `.tar`, `.tgz`, `.tar.gz`,
|
||||||
`.tar.bz2` or `.tar.zst`.
|
`.tar.xz`, `.tar.bz2` or `.tar.zst`.
|
||||||
|
|
||||||
* `github`: A more efficient way to fetch repositories from
|
* `github`: A more efficient way to fetch repositories from
|
||||||
GitHub. The following attributes are required:
|
GitHub. The following attributes are required:
|
||||||
|
|
Loading…
Reference in a new issue