File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ The following features are available:
65
65
66
66
### Extractors
67
67
68
- | Name | Description | Default? |
69
- | ----------| ----------------------| ----------|
70
- | ` tar-gz ` | Enables md5 hashers | Yes |
71
- | ` tar-xz ` | Enables sha1 hashers | No |
72
- | ` zip ` | Enables sha2 hashers | No |
68
+ | Name | Description | Default? |
69
+ | ----------| -------------------------- | ----------|
70
+ | ` tar-gz ` | Enables tar gz extractor | Yes |
71
+ | ` tar-xz ` | Enables tar xz extractor | No |
72
+ | ` zip ` | Enables zip extractor | No |
73
73
74
74
### Hashers
75
75
Original file line number Diff line number Diff line change 70
70
//!
71
71
//! ### Extractors
72
72
//!
73
- //! | Name | Description | Default? |
74
- //! |----------|----------------------|----------|
75
- //! | `tar-gz` | Enables md5 hashers | Yes |
76
- //! | `tar-xz` | Enables sha1 hashers | No |
77
- //! | `zip` | Enables sha2 hashers | No |
73
+ //! | Name | Description | Default? |
74
+ //! |----------|-------------------------- |----------|
75
+ //! | `tar-gz` | Enables tar gz extractor | Yes |
76
+ //! | `tar-xz` | Enables tar xz extractor | No |
77
+ //! | `zip` | Enables zip extractor | No |
78
78
//!
79
79
//! ### Hashers
80
80
//!
You can’t perform that action at this time.
0 commit comments