From a30f3ae190ec4e0aea0d177e8ccafddd56274e34 Mon Sep 17 00:00:00 2001 From: Hanwen Date: Tue, 5 Mar 2024 15:04:13 -0800 Subject: [PATCH] [Dependencies] Update checksum for DCV on Ubuntu20 DCV released some new packages with the same version number. We upgraded the checksum for other operating systems with https://github.com/aws/aws-parallelcluster-cookbook/pull/2679. After the PR was merged, DCV released new packages for Ubuntu20 too. So we have to update the checksum too. The checksum is retrieved from https://download.nice-dcv.com/ Signed-off-by: Hanwen --- .../aws-parallelcluster-platform/resources/dcv/dcv_ubuntu20.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu20.rb b/cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu20.rb index 77a18d1fe3..2eb18ff6ad 100644 --- a/cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu20.rb +++ b/cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu20.rb @@ -21,5 +21,5 @@ def dcv_sha256sum # Ubuntu20 supports DCV on x86 - '22dcd3c561981794d5170e3002dc9ea7c13ba290c7ed0e2ea910d06b31db3de6' + '5151ad6b589dc573e2e067aed0389913e9ecd50bec81935b12e4f952ef14cc56' end