summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrzee2024-01-30 00:02:43 +0000
committerdrzee2024-01-30 00:02:43 +0000
commit584f840d21a0c8b41bde7936887e60a46dc3d18e (patch)
treeaaac3c111286d45ee0338c283c5a365719a5a54b
parent157469d7f25ce8790026e8578f85562c23b905ed (diff)
downloadaur-584f840d21a0c8b41bde7936887e60a46dc3d18e.tar.gz
PKGBUILD to install version 3.2.2143.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 f5c9fa70625c..d2c59c581952 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.2086.0
+ pkgver = 3.2.2143.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.2086.0/debian_amd64/amazon-ssm-agent.deb
- md5sums = 9d943194bf22cbe9f1727aa32dbc4962
+ source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.2.2143.0/debian_amd64/amazon-ssm-agent.deb
+ md5sums = 21c758478b10aa60009d0713542ab164
pkgname = amazon-ssm-agent-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1b8980459854..da0b4d74f73d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.2.2086.0
+pkgver=3.2.2143.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.2086.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('9d943194bf22cbe9f1727aa32dbc4962')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.2.2143.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('21c758478b10aa60009d0713542ab164')
noextract=()
prepare() {