packaging: sha256 is encoded as hex, not base64

This commit is contained in:
Hannes Mehnert 2022-05-19 15:12:41 +02:00
parent 9f5cc4d156
commit 15baa605a0
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ Options:
--build-time=STRING --build-time=STRING
Build timestamp (used for the version of the package). Build timestamp (used for the version of the package).
--sha256=STRING --sha256=STRING
Base64 encoded SHA256 digest of the main binary. Hex encoded SHA256 digest of the main binary.
--job=STRING --job=STRING
Job name that was built. Job name that was built.
EOM EOM

View file

@ -31,7 +31,7 @@ Options:
--build-time=STRING --build-time=STRING
Build timestamp (used for the version of the package). Build timestamp (used for the version of the package).
--sha256=STRING --sha256=STRING
Base64 encoded SHA256 digest of the main binary. Hex encoded SHA256 digest of the main binary.
--job=STRING --job=STRING
Job name that was built. Job name that was built.
--platform=STRING --platform=STRING