Skip to content
Open
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
5 changes: 5 additions & 0 deletions src/buildstream/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,11 @@ class SourceVersionType(FastEnum):
An sha256 checksum of the content of a file
"""

SHA512 = "sha512"
"""
An sha512 checksum of the content of a file
"""

CAS_DIGEST = "cas-digest"
"""
A CAS digest expressed as ``{hash}/{size}``.
Expand Down