diff options
author | drzee | 2021-06-29 11:13:26 +0000 |
---|---|---|
committer | drzee | 2021-06-29 11:13:26 +0000 |
commit | 4ff2a36a0f7cdf61e2dd0173b8b6dc05f109bdd5 (patch) | |
tree | a8a5f940019fc6eb5a4356aece15f8ab7e24ffd5 | |
parent | 300ff9194eb066c0008ca230d4bc59b988006322 (diff) | |
download | aur-4ff2a36a0f7cdf61e2dd0173b8b6dc05f109bdd5.tar.gz |
PKGBUILD to install version 3.0.1295.0_1 of AWS Systems Manager Agent
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 6 insertions, 5 deletions
@@ -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 @@ -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 +} + |