Update to amazon-ssm-agent-3.3.40.0.

This commit is contained in:
ajacoutot 2024-02-08 07:03:42 +00:00
parent 6d4b2fc4bc
commit 4970e0a685
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ ONLY_FOR_ARCHS= amd64
COMMENT= AWS SSM agent
GH_TAGNAME= 3.2.2222.0
GH_TAGNAME= 3.3.40.0
GH_ACCOUNT= aws
GH_PROJECT= amazon-ssm-agent

View File

@ -1,2 +1,2 @@
SHA256 (amazon-ssm-agent-3.2.2222.0.tar.gz) = SNXrYyXXWaKj6nnNOa9yl+YmmF7qj62AYge3rmY/Y4Y=
SIZE (amazon-ssm-agent-3.2.2222.0.tar.gz) = 28573704
SHA256 (amazon-ssm-agent-3.3.40.0.tar.gz) = Li8OsWFJKkjWi03LttvliB6WCAohEu7YmFEtnDcW3w0=
SIZE (amazon-ssm-agent-3.3.40.0.tar.gz) = 28576897

View File

@ -1,7 +1,7 @@
Index: agent/platform/platform_unix.go
--- agent/platform/platform_unix.go.orig
+++ agent/platform/platform_unix.go
@@ -212,6 +212,20 @@ func getPlatformDetails(log log.T) (name string, versi
@@ -216,6 +216,20 @@ func getPlatformDetails(log log.T) (name string, versi
if len(data) >= 2 {
version = strings.TrimSpace(data[1])
}