summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrzee2023-02-10 00:03:28 +0000
committerdrzee2023-02-10 00:03:28 +0000
commit4ec0e204d9c51e965be3bfde25917c613dc66549 (patch)
treedff38a6a03274256105f964447e7b57af991eb35 /PKGBUILD
parentaca26483fabe9635e4495abae2bca60ca62b5123 (diff)
downloadaur-4ec0e204d9c51e965be3bfde25917c613dc66549.tar.gz
PKGBUILD to install version 3.2.582.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 63ac1acc8e82..16dd993c4d77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.2.532.0
+pkgver=3.2.582.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.2.532.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('1b8f80bd88fd2526f650a2bf85fe853c')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.2.582.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('19c8e2d8425eff475634ea526ef79fed')
noextract=()
prepare() {