Skip to content

Commit

Permalink
added sha512 to the list of hashes
Browse files Browse the repository at this point in the history
Signed-off-by: mehab <[email protected]>
  • Loading branch information
mehab committed Oct 4, 2023
1 parent b456fac commit 6fb2abf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public synchronized IntegrityMetaComponent updateIntegrityMetaComponent(final In
integrityMeta.setMd5(transientIntegrityMetaComponent.getMd5());
integrityMeta.setSha1(transientIntegrityMetaComponent.getSha1());
integrityMeta.setSha256(transientIntegrityMetaComponent.getSha256());
integrityMeta.setSha512(transientIntegrityMetaComponent.getSha512());
integrityMeta.setPublishedAt(transientIntegrityMetaComponent.getPublishedAt());
integrityMeta.setStatus(transientIntegrityMetaComponent.getStatus());
integrityMeta.setLastFetch(Date.from(Instant.now()));
Expand Down

0 comments on commit 6fb2abf

Please sign in to comment.