summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrzee2022-06-16 00:04:36 +0000
committerdrzee2022-06-16 00:04:36 +0000
commit968bf30b00edef60a6183a11b3fd616c439b0c77 (patch)
treeffdd3b521fbe8ecb87a9238025a733494547a834
parentf353e187d80d1c8e51d79cb44029b25f39b6197e (diff)
downloadaur-968bf30b00edef60a6183a11b3fd616c439b0c77.tar.gz
PKGBUILD to install version 3.1.1511.0 of AWS Systems Manager Agent
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 750a7ceda8e1..8fd32daf78f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amazon-ssm-agent-bin
pkgdesc = Amazon SSM Agent for managing EC2 Instances using the SSM APIs.
- pkgver = 3.1.1476.0
+ pkgver = 3.1.1511.0
pkgrel = 1
url = https://aws.amazon.com/documentation/systems-manager/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = amazon-ssm-agent-bin
depends = glibc
provides = amazon-ssm-agent
conflicts = amazon-ssm-agent
- source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.1476.0/debian_amd64/amazon-ssm-agent.deb
- md5sums = 2418cdb121963bc1fd71ca426db05e4f
+ source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.1511.0/debian_amd64/amazon-ssm-agent.deb
+ md5sums = cda5e854df3291b75c3058316e0deb47
pkgname = amazon-ssm-agent-bin
diff --git a/PKGBUILD b/PKGBUILD
index f54c76b3cec4..1d4393e57835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.1.1476.0
+pkgver=3.1.1511.0
pkgrel=1
pkgdesc="Amazon SSM Agent for managing EC2 Instances using the SSM APIs."
arch=('x86_64')
@@ -10,8 +10,8 @@ groups=()
depends=('glibc')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
-source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.1476.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('2418cdb121963bc1fd71ca426db05e4f')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.1511.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('cda5e854df3291b75c3058316e0deb47')
noextract=()
prepare() {