Update to amazon-ssm-agent-2.0.922.0.
This commit is contained in:
parent
77934c688d
commit
3f5d71b01e
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2017/08/17 12:24:30 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2017/08/19 10:48:34 ajacoutot Exp $
|
||||
|
||||
COMMENT= AWS SSM agent
|
||||
|
||||
GH_TAGNAME= 2.0.913.0
|
||||
GH_TAGNAME= 2.0.922.0
|
||||
GH_ACCOUNT= aws
|
||||
GH_PROJECT= amazon-ssm-agent
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (amazon-ssm-agent-2.0.913.0.tar.gz) = Tvj6C+4M79L3SQrLE1SbFvia07FUBkJd45HQRi7XSkc=
|
||||
SIZE (amazon-ssm-agent-2.0.913.0.tar.gz) = 9759870
|
||||
SHA256 (amazon-ssm-agent-2.0.922.0.tar.gz) = +LitDPCi2FUl2hmuttURyoyLc8nDaUbxn+FfqKALpj4=
|
||||
SIZE (amazon-ssm-agent-2.0.922.0.tar.gz) = 9753212
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-agent_platform_platform_unix_go,v 1.3 2017/06/02 06:39:56 ajacoutot Exp $
|
||||
$OpenBSD: patch-agent_platform_platform_unix_go,v 1.4 2017/08/19 10:48:34 ajacoutot Exp $
|
||||
Index: agent/platform/platform_unix.go
|
||||
--- agent/platform/platform_unix.go.orig
|
||||
+++ agent/platform/platform_unix.go
|
||||
@@ -140,6 +140,18 @@ func getPlatformDetails(log log.T) (name string, versi
|
||||
@@ -144,6 +144,18 @@ func getPlatformDetails(log log.T) (name string, versi
|
||||
data := strings.Split(string(contentsBytes), " ")
|
||||
name = strings.TrimSpace(data[0])
|
||||
version = strings.TrimSpace(data[1])
|
||||
|
Loading…
x
Reference in New Issue
Block a user