summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrzee2022-05-12 00:03:41 +0000
committerdrzee2022-05-12 00:03:41 +0000
commit1e65094de0e601635990532e69f6fa0e29b74e92 (patch)
tree7c23cbc6b89fae4427865ade3a37b5ec25af0c25 /PKGBUILD
parent28ea5c34bc44b9486d5b8fa1aa1d380250f68673 (diff)
downloadaur-1e65094de0e601635990532e69f6fa0e29b74e92.tar.gz
PKGBUILD to install version 3.1.1374.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 2a84ae8c0523..1b35b22b60a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.1.1260.0
+pkgver=3.1.1374.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.1260.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('632c3be56d597ef2d6eb654a15e91035')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.1374.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('1504ed504b123e85ae04f3243fe5b1d4')
noextract=()
prepare() {