summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrzee2023-09-23 00:02:52 +0000
committerdrzee2023-09-23 00:02:52 +0000
commit9d50587e048a618b930ecb0225ff7871de8d2970 (patch)
treeb9e1c8588b259206126dde17e3e104b8632f09c8 /PKGBUILD
parente43b66bcb7519ccdf4c560a059e53794c221397d (diff)
downloadaur-9d50587e048a618b930ecb0225ff7871de8d2970.tar.gz
PKGBUILD to install version 3.2.1630.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 0a4caa6354e4..a46dab372458 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.2.1542.0
+pkgver=3.2.1630.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.1542.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('8fad24d771b35d7203a0c566a58081e3')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.2.1630.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('57c5d1429cf906200a0197e8f1a67288')
noextract=()
prepare() {