summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrzee2024-04-23 01:02:00 +0000
committerdrzee2024-04-23 01:02:00 +0000
commit014cc521a31d2ff39de38a6871f5da2ee42ee44c (patch)
treed80de21caaf8a0efc9581115690b972f24b02d6f
parenta982b8c0db7633ce706ecfbb66fa8ee24648c2de (diff)
downloadaur-amazon-ssm-agent-bin.tar.gz
PKGBUILD to install version 3.3.337.0 of amazon-ssm-agent-bin
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3f65c95ddcc..98baceca3608 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = amazon-ssm-agent-bin
- pkgdesc = Amazon SSM Agent for managing EC2 Instances using the SSM APIs.
- pkgver = 3.3.131.0
+ 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.337.0
pkgrel = 1
- url = https://aws.amazon.com/documentation/systems-manager/
+ url = https://github.com/aws/amazon-ssm-agent
arch = x86_64
license = APACHE
depends = glibc
provides = amazon-ssm-agent
conflicts = amazon-ssm-agent
- source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.3.131.0/debian_amd64/amazon-ssm-agent.deb
- md5sums = d64560b2a2e93800a2cb29ec83b9a3ec
+ source = https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/3.3.337.0/debian_amd64/amazon-ssm-agent.deb
+ md5sums = 00de7f1cee4e565a7827d83bd6ced122
pkgname = amazon-ssm-agent-bin
diff --git a/PKGBUILD b/PKGBUILD
index d28bb59ae8e8..8a6955679d6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.3.131.0
+pkgver=3.3.337.0
pkgrel=1
-pkgdesc="Amazon SSM Agent for managing EC2 Instances using the SSM APIs."
+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')
-url="https://aws.amazon.com/documentation/systems-manager/"
+url="https://github.com/aws/amazon-ssm-agent"
license=('APACHE')
groups=()
depends=('glibc')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=(https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/${pkgver}/debian_amd64/${pkgname%-bin}.deb)
-md5sums=('d64560b2a2e93800a2cb29ec83b9a3ec')
+md5sums=('00de7f1cee4e565a7827d83bd6ced122')
noextract=()
prepare() {