summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3f65c95ddcc..a0c759156921 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.380.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.380.0/debian_amd64/amazon-ssm-agent.deb
+ md5sums = e4fc94faab85d32c6facb27e8a7766cd
pkgname = amazon-ssm-agent-bin
diff --git a/PKGBUILD b/PKGBUILD
index d28bb59ae8e8..042928fdd818 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.380.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=('e4fc94faab85d32c6facb27e8a7766cd')
noextract=()
prepare() {