packaging: sha256 is encoded as hex, not base64
This commit is contained in:
parent
9f5cc4d156
commit
15baa605a0
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ Options:
|
|||
--build-time=STRING
|
||||
Build timestamp (used for the version of the package).
|
||||
--sha256=STRING
|
||||
Base64 encoded SHA256 digest of the main binary.
|
||||
Hex encoded SHA256 digest of the main binary.
|
||||
--job=STRING
|
||||
Job name that was built.
|
||||
EOM
|
||||
|
|
|
@ -31,7 +31,7 @@ Options:
|
|||
--build-time=STRING
|
||||
Build timestamp (used for the version of the package).
|
||||
--sha256=STRING
|
||||
Base64 encoded SHA256 digest of the main binary.
|
||||
Hex encoded SHA256 digest of the main binary.
|
||||
--job=STRING
|
||||
Job name that was built.
|
||||
--platform=STRING
|
||||
|
|
Loading…
Reference in a new issue