summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrzee2023-05-10 00:04:04 +0000
committerdrzee2023-05-10 00:04:04 +0000
commit17d8bcb7854284b1b3a55a880d158e0d3b0d9585 (patch)
treec7720ecc6a50dc0a4b841068480b33f3c1c4d4cb
parentc5925f46bce7cf94ab3fff5bcb3627455b3067c0 (diff)
downloadaur-17d8bcb7854284b1b3a55a880d158e0d3b0d9585.tar.gz
PKGBUILD to install version 3.2.923.0 of AWS Systems Manager Agent
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9787706d5326..6f725687110c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amazon-ssm-agent-bin
pkgdesc = Amazon SSM Agent for managing EC2 Instances using the SSM APIs.
- pkgver = 3.2.815.0
+ pkgver = 3.2.923.0
pkgrel = 1
url = https://aws.amazon.com/documentation/systems-manager/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = amazon-ssm-agent-bin
depends = glibc
provides = amazon-ssm-agent
conflicts = amazon-ssm-agent
- source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.2.815.0/debian_amd64/amazon-ssm-agent.deb
- md5sums = 1121288a50708072ea97767116c8840c
+ source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.2.923.0/debian_amd64/amazon-ssm-agent.deb
+ md5sums = 6ec954ab064d458b20dd941f21ad3faa
pkgname = amazon-ssm-agent-bin
diff --git a/PKGBUILD b/PKGBUILD
index da3f414ea846..99c1b7ed6f1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.2.815.0
+pkgver=3.2.923.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.815.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('1121288a50708072ea97767116c8840c')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.2.923.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('6ec954ab064d458b20dd941f21ad3faa')
noextract=()
prepare() {