summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrzee2022-04-22 00:03:57 +0000
committerdrzee2022-04-22 00:03:57 +0000
commit28ea5c34bc44b9486d5b8fa1aa1d380250f68673 (patch)
treef3ae5e80a2058f5406de3a0071ae2346e85cf063
parent94fe1a45a1fde09e3fa5cc9d7dbf8c970b78deec (diff)
downloadaur-28ea5c34bc44b9486d5b8fa1aa1d380250f68673.tar.gz
PKGBUILD to install version 3.1.1260.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 1b3398c0e122..7f860bd4f836 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.1.1208.0
+ pkgver = 3.1.1260.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.1.1208.0/debian_amd64/amazon-ssm-agent.deb
- md5sums = 101a25cb0000f330bebc290ac7ac8d11
+ source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.1260.0/debian_amd64/amazon-ssm-agent.deb
+ md5sums = 632c3be56d597ef2d6eb654a15e91035
pkgname = amazon-ssm-agent-bin
diff --git a/PKGBUILD b/PKGBUILD
index 151ffe5ae11a..2a84ae8c0523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.1.1208.0
+pkgver=3.1.1260.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.1208.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('101a25cb0000f330bebc290ac7ac8d11')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.1260.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('632c3be56d597ef2d6eb654a15e91035')
noextract=()
prepare() {