summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrzee2021-11-16 08:30:10 +0000
committerdrzee2021-11-16 08:30:10 +0000
commit0ee34f3d5a1ff3233f0f1eb79ff2e4867d0c9ece (patch)
tree6570ba583b7ee1dc1872bb6df027e74855f53d97 /PKGBUILD
parent7f80606ad802b531c8a34c973d95b9ad6b40733f (diff)
downloadaur-0ee34f3d5a1ff3233f0f1eb79ff2e4867d0c9ece.tar.gz
PKGBUILD to install version 3.1.501.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 ca5ef1ca2a28..805d94f626c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.1.459.0
+pkgver=3.1.501.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.459.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('bb1299047bba2006ce8288eb223d0155')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.501.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('b9c57b6af8734d190cf33ecd4add3056')
noextract=()
prepare() {