From 0c4cd7f3935fe9dfbd8a4ef90ce0b97f54ad3864 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 16 Apr 2020 19:27:11 +0000 Subject: [PATCH] amazon-ssm-agent: Bump version to ship package built with golang gccgo compiles this, but unfortunately the binaries malfunction sometimes. golang generates a bug-free binary. https://github.com/aws/amazon-ssm-agent/issues/271 Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- lfs/amazon-ssm-agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/amazon-ssm-agent b/lfs/amazon-ssm-agent index 68ab3dda18..b5bd8ef38e 100644 --- a/lfs/amazon-ssm-agent +++ b/lfs/amazon-ssm-agent @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = amazon-ssm-agent -PAK_VER = 3 +PAK_VER = 4 DEPS = -- 2.39.2