Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion crates/aqua-registry/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ pub struct AquaFile {
#[serde(rename_all = "lowercase")]
#[strum(serialize_all = "lowercase")]
pub enum AquaChecksumAlgorithm {
Blake3,
Sha1,
Sha256,
Sha512,
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-tools/backends/aqua.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export MISE_AQUA_SLSA=true
Aqua also supports:

- **Minisign verification**: Uses minisign for signature verification (requires minisign CLI)
- **Checksum verification**: Verifies SHA256/SHA512 checksums (always enabled)
- **Checksum verification**: Verifies SHA256/SHA512/SHA1/MD5 checksums (always enabled)

### Verification Process

Expand Down
Loading