summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrzee2024-05-18 01:02:07 +0000
committerdrzee2024-05-18 01:02:07 +0000
commit3c2263829c96fba0a67ec85993ead4db6fc746ed (patch)
treee589c3994adad87fb502f50dd4db3baebe032008
parentccd455bdf0d2411eeecdd87c429aff66e2843d08 (diff)
downloadaur-3c2263829c96fba0a67ec85993ead4db6fc746ed.tar.gz
PKGBUILD to install version 3.3.418.0 of amazon-ssm-agent-bin
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0c759156921..2f41a3508047 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. See: https://aws.amazon.com/documentation/systems-manager/ for details
- pkgver = 3.3.380.0
+ pkgver = 3.3.418.0
pkgrel = 1
url = https://github.com/aws/amazon-ssm-agent
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.3.380.0/debian_amd64/amazon-ssm-agent.deb
- md5sums = e4fc94faab85d32c6facb27e8a7766cd
+ source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.3.418.0/debian_amd64/amazon-ssm-agent.deb
+ md5sums = 43fe57aff170533ff4063e24d0c7aec2
pkgname = amazon-ssm-agent-bin
diff --git a/PKGBUILD b/PKGBUILD
index 042928fdd818..379d6249308a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.3.380.0
+pkgver=3.3.418.0
pkgrel=1
pkgdesc="Amazon SSM Agent for managing EC2 Instances using the SSM APIs. See: https://aws.amazon.com/documentation/systems-manager/ for details"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('glibc')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/${pkgver}/debian_amd64/${pkgname%-bin}.deb)
-md5sums=('e4fc94faab85d32c6facb27e8a7766cd')
+md5sums=('43fe57aff170533ff4063e24d0c7aec2')
noextract=()
prepare() {