summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrzee2022-04-14 00:03:56 +0000
committerdrzee2022-04-14 00:03:56 +0000
commit94fe1a45a1fde09e3fa5cc9d7dbf8c970b78deec (patch)
tree6b5b20e886ecc4b69abca7711ad6f1983445e546 /PKGBUILD
parente1e05d68440ef8e9f768bdfc64159e733ed8eabf (diff)
downloadaur-94fe1a45a1fde09e3fa5cc9d7dbf8c970b78deec.tar.gz
PKGBUILD to install version 3.1.1208.0 of AWS Systems Manager Agent
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e17ffa4b8956..151ffe5ae11a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.1.1188.0
+pkgver=3.1.1208.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.1188.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('90842402c3bfde3bb264fe59c1503ed4')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.1208.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('101a25cb0000f330bebc290ac7ac8d11')
noextract=()
prepare() {