diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 06:04:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 06:04:18 +0000 |
commit | 3a80e1c2c048392cbc8518418c36184fe25ab2e0 (patch) | |
tree | 04f42bedf968bb0d45c73902806cff00ed583e9e | |
parent | Updating. (diff) | |
download | progress-linux-tools-3a80e1c2c048392cbc8518418c36184fe25ab2e0.tar.xz progress-linux-tools-3a80e1c2c048392cbc8518418c36184fe25ab2e0.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | bin/psign.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/psign.sh b/bin/psign.sh index da59280..6cb0896 100755 --- a/bin/psign.sh +++ b/bin/psign.sh @@ -26,17 +26,17 @@ do case "${DISTRIBUTION}" in engywuck*) DESCRIPTION="Progress Linux 5 (engywuck) Archive Key" - KEY="0x03CED5154316222A" + KEY="E2DFE31B86A502DFC3B590B813AE95C933A667F4" ;; fuchur*) DESCRIPTION="Progress Linux 6 (fuchur) Archive Key" - KEY="0x753373FBB95C4EA6" + KEY="92F113D7A825A684D5E1F25AC15895BEAB2E96C5" ;; graograman*) DESCRIPTION="Progress Linux 7 (graograman) Archive Key" - KEY="0x7A8EB2C58FE6A7E6" + KEY="0650B427DE77D598819129B47A8EB2C58FE6A7E6" ;; *) |