summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrzee2021-12-15 00:03:23 +0000
committerdrzee2021-12-15 00:03:23 +0000
commita48988b958470a7b4bfb09b34dc8b9a081dc9eb6 (patch)
treeac3ad3b205b9cb710b56865273073248e5b2fc15
parent0ee34f3d5a1ff3233f0f1eb79ff2e4867d0c9ece (diff)
downloadaur-a48988b958470a7b4bfb09b34dc8b9a081dc9eb6.tar.gz
PKGBUILD to install version 3.1.630.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 7093d97cd120..ea5b34655113 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.501.0
+ pkgver = 3.1.630.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.501.0/debian_amd64/amazon-ssm-agent.deb
- md5sums = b9c57b6af8734d190cf33ecd4add3056
+ source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.630.0/debian_amd64/amazon-ssm-agent.deb
+ md5sums = 0138773bdd9dd0d841ccdf7444814d7b
pkgname = amazon-ssm-agent-bin
diff --git a/PKGBUILD b/PKGBUILD
index 805d94f626c6..631867f04e54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.1.501.0
+pkgver=3.1.630.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.501.0/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('b9c57b6af8734d190cf33ecd4add3056')
+source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.1.630.0/debian_amd64/amazon-ssm-agent.deb)
+md5sums=('0138773bdd9dd0d841ccdf7444814d7b')
noextract=()
prepare() {