summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrzee2021-12-17 00:03:33 +0000
committerdrzee2021-12-17 00:03:33 +0000
commite9ead15403a536c467370e3ed8ffab46501b0a7f (patch)
tree7c98bdfdfd73594099de4a3854a1347a12bd8942 /PKGBUILD
parenta48988b958470a7b4bfb09b34dc8b9a081dc9eb6 (diff)
downloadaur-e9ead15403a536c467370e3ed8ffab46501b0a7f.tar.gz
PKGBUILD to install version 3.1.634.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 631867f04e54..05c43fbee95a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.1.630.0
+pkgver=3.1.634.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.630.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('0138773bdd9dd0d841ccdf7444814d7b')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.634.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('0828c7dfa3f599a065382a32125cc1ec')
noextract=()
prepare() {