summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrzee2022-01-19 00:03:26 +0000
committerdrzee2022-01-19 00:03:26 +0000
commitd0acf966869fc8ad055d1facedaee9c9fa89f3c9 (patch)
treef67f22a0889cea7b26428760a7e61661dc6b2686
parent8ff111780ec03681e80e406416a104313b3b86e6 (diff)
downloadaur-d0acf966869fc8ad055d1facedaee9c9fa89f3c9.tar.gz
PKGBUILD to install version 3.1.804.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 cb695c189d84..d75c7ed1ed0e 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.715.0
+ pkgver = 3.1.804.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.715.0/debian_amd64/amazon-ssm-agent.deb
- md5sums = eba4e77f7a40394fceabead3359bdf6f
+ source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.804.0/debian_amd64/amazon-ssm-agent.deb
+ md5sums = f2863744eec9e7f7dccb8ff10303b9ac
pkgname = amazon-ssm-agent-bin
diff --git a/PKGBUILD b/PKGBUILD
index ea26d51280b9..8d3deb7af3e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.1.715.0
+pkgver=3.1.804.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.715.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('eba4e77f7a40394fceabead3359bdf6f')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.804.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('f2863744eec9e7f7dccb8ff10303b9ac')
noextract=()
prepare() {