summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrzee2021-11-04 00:04:05 +0000
committerdrzee2021-11-04 00:04:05 +0000
commit7f80606ad802b531c8a34c973d95b9ad6b40733f (patch)
tree8917b2a9daa780f425e2c2c25ba2f224463a81ad /PKGBUILD
parentdbc251cb567888020ee4f4b86541b4c3237ea2a4 (diff)
downloadaur-7f80606ad802b531c8a34c973d95b9ad6b40733f.tar.gz
PKGBUILD to install version 3.1.459.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 3516042f5ad5..ca5ef1ca2a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.1.338.0
+pkgver=3.1.459.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.338.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('513a2ce2af2eec35efda04529654fa23')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.459.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('bb1299047bba2006ce8288eb223d0155')
noextract=()
prepare() {