summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrzee2024-04-23 01:02:00 +0000
committerdrzee2024-04-23 01:02:00 +0000
commit014cc521a31d2ff39de38a6871f5da2ee42ee44c (patch)
treed80de21caaf8a0efc9581115690b972f24b02d6f /PKGBUILD
parenta982b8c0db7633ce706ecfbb66fa8ee24648c2de (diff)
downloadaur-amazon-ssm-agent-bin.tar.gz
PKGBUILD to install version 3.3.337.0 of amazon-ssm-agent-bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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() {