From 15baa605a0dcee0b1b057a08264e5035fd6facac Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Thu, 19 May 2022 15:12:41 +0200 Subject: [PATCH] packaging: sha256 is encoded as hex, not base64 --- packaging/FreeBSD-repo.sh | 2 +- packaging/dpkg-repo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/FreeBSD-repo.sh b/packaging/FreeBSD-repo.sh index 90fc987..1ab8ac0 100755 --- a/packaging/FreeBSD-repo.sh +++ b/packaging/FreeBSD-repo.sh @@ -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 diff --git a/packaging/dpkg-repo.sh b/packaging/dpkg-repo.sh index d2c0ac8..b8e784a 100755 --- a/packaging/dpkg-repo.sh +++ b/packaging/dpkg-repo.sh @@ -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