summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrzee2023-07-15 00:03:38 +0000
committerdrzee2023-07-15 00:03:38 +0000
commit3f7d24fa6d6aea6195a0b87b594efe96d0699c96 (patch)
tree9ef304a83dccf37f1f5d03e46c9eb15ef610a75f
parent45ddae840dc45a05c94eb215e95bddf02e3ab0ec (diff)
downloadaur-3f7d24fa6d6aea6195a0b87b594efe96d0699c96.tar.gz
PKGBUILD to install version 3.2.1297.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 bfdd3b6b7e4b..2e6111ad31a5 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.1241.0
+ pkgver = 3.2.1297.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.1241.0/debian_amd64/amazon-ssm-agent.deb
- md5sums = bae5a6707183c5020d1d93c81326c12c
+ source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.2.1297.0/debian_amd64/amazon-ssm-agent.deb
+ md5sums = 6a0a31014ab1e6f3ff0483b7995bf13b
pkgname = amazon-ssm-agent-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6f22af81ba1f..157a3a4b507b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.2.1241.0
+pkgver=3.2.1297.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.1241.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('bae5a6707183c5020d1d93c81326c12c')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.2.1297.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('6a0a31014ab1e6f3ff0483b7995bf13b')
noextract=()
prepare() {