diff --git a/src/buildstream/source.py b/src/buildstream/source.py index 704d54c55..2e0d9ff88 100644 --- a/src/buildstream/source.py +++ b/src/buildstream/source.py @@ -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}``.