summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrzee2021-06-29 11:13:26 +0000
committerdrzee2021-06-29 11:13:26 +0000
commit4ff2a36a0f7cdf61e2dd0173b8b6dc05f109bdd5 (patch)
treea8a5f940019fc6eb5a4356aece15f8ab7e24ffd5
parent300ff9194eb066c0008ca230d4bc59b988006322 (diff)
downloadaur-4ff2a36a0f7cdf61e2dd0173b8b6dc05f109bdd5.tar.gz
PKGBUILD to install version 3.0.1295.0_1 of AWS Systems Manager Agent
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1266bdb69f0b..6b7574fb6f09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = amazon-ssm-agent
pkgdesc = Amazon SSM Agent for managing EC2 Instances using the SSM APIs.
- pkgver = 3.0.1209.0_1
+ pkgver = 3.0.1295.0_1
pkgrel = 1
url = https://aws.amazon.com/documentation/systems-manager/
arch = x86_64
license = APACHE
depends = glibc
source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/debian_amd64/amazon-ssm-agent.deb
- md5sums = a687a02ff85732a2076a7b8c52f7d98f
+ md5sums = edaa3db3f475f9c4588dce1bff4e5423
pkgname = amazon-ssm-agent
diff --git a/PKGBUILD b/PKGBUILD
index 9660807dae3a..e3baf8cd7865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent
-pkgver=3.0.1209.0_1
+pkgver=3.0.1295.0_1
pkgrel=1
pkgdesc="Amazon SSM Agent for managing EC2 Instances using the SSM APIs."
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('APACHE')
groups=()
depends=('glibc')
source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/debian_amd64/amazon-ssm-agent.deb)
-md5sums=('a687a02ff85732a2076a7b8c52f7d98f')
+md5sums=('edaa3db3f475f9c4588dce1bff4e5423')
noextract=()
prepare() {
@@ -31,4 +31,5 @@ package() {
install -Dm744 \
"$srcdir"/lib/systemd/system/amazon-ssm-agent.service \
"$pkgdir"/usr/lib/systemd/system/amazon-ssm-agent.service
-} \ No newline at end of file
+}
+